11 lines
113 B

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