diff options
Diffstat (limited to 'src/stat/fchmodat.c')
-rw-r--r-- | src/stat/fchmodat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stat/fchmodat.c b/src/stat/fchmodat.c index aeb50bc5..12e7ff0c 100644 --- a/src/stat/fchmodat.c +++ b/src/stat/fchmodat.c @@ -1,7 +1,6 @@ #include <sys/stat.h> #include <fcntl.h> #include <errno.h> -#include <stdio.h> #include "syscall.h" void __procfdname(char *, unsigned); |