summaryrefslogtreecommitdiff
path: root/src/unistd/fchdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/fchdir.c')
-rw-r--r--src/unistd/fchdir.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/unistd/fchdir.c b/src/unistd/fchdir.c
index 72c3915e..dee45ba6 100644
--- a/src/unistd/fchdir.c
+++ b/src/unistd/fchdir.c
@@ -3,8 +3,6 @@
#include <fcntl.h>
#include "syscall.h"
-void __procfdname(char *, unsigned);
-
int fchdir(int fd)
{
int ret = __syscall(SYS_fchdir, fd);