mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 02:09:52 +08:00
11 lines
92 B
C
11 lines
92 B
C
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
(void)fork;
|
|
|
|
return 0;
|
|
}
|