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.

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. }