mergerfs/libfuse/ecfd/tests/HAVE_SPLICE.c
2019-02-18 21:36:32 -05:00

12 lines
113 B
C

#define _GNU_SOURCE
#include <fcntl.h>
int
main(int argc,
char *argv[])
{
(void)splice;
return 0;
}