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

13 lines
136 B
C

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