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
118 B

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