mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 18:31:12 +08:00
12 lines
113 B
C
12 lines
113 B
C
|
#define _GNU_SOURCE
|
||
|
#include <fcntl.h>
|
||
|
|
||
|
int
|
||
|
main(int argc,
|
||
|
char *argv[])
|
||
|
{
|
||
|
(void)splice;
|
||
|
|
||
|
return 0;
|
||
|
}
|