diff options
Diffstat (limited to 'src/stat/fchmodat.c')
-rw-r--r-- | src/stat/fchmodat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stat/fchmodat.c b/src/stat/fchmodat.c index d94667ae..be61bdf3 100644 --- a/src/stat/fchmodat.c +++ b/src/stat/fchmodat.c @@ -3,8 +3,6 @@ #include <errno.h> #include "syscall.h" -void __procfdname(char *, unsigned); - int fchmodat(int fd, const char *path, mode_t mode, int flag) { if (!flag) return syscall(SYS_fchmodat, fd, path, mode, flag); |