mergerfs/libfuse/ecfd/tests/HAVE_SPLICE.c

12 lines
113 B
C
Raw Normal View History

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