diff options
Diffstat (limited to 'src/stat/fchmod.c')
-rw-r--r-- | src/stat/fchmod.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stat/fchmod.c b/src/stat/fchmod.c index 93e1b64c..7a503eef 100644 --- a/src/stat/fchmod.c +++ b/src/stat/fchmod.c @@ -3,8 +3,6 @@ #include <fcntl.h> #include "syscall.h" -void __procfdname(char *, unsigned); - int fchmod(int fd, mode_t mode) { int ret = __syscall(SYS_fchmod, fd, mode); |