You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
136 B

  1. #define _GNU_SOURCE
  2. #include <fcntl.h>
  3. #include <sys/uio.h>
  4. int
  5. main(int argc,
  6. char *argv[])
  7. {
  8. (void)vmsplice;
  9. return 0;
  10. }