diff options
Diffstat (limited to 'libc/sysdeps/linux/common/fchdir.c')
-rw-r--r-- | libc/sysdeps/linux/common/fchdir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/fchdir.c b/libc/sysdeps/linux/common/fchdir.c index 15c7dbd73..45236f177 100644 --- a/libc/sysdeps/linux/common/fchdir.c +++ b/libc/sysdeps/linux/common/fchdir.c @@ -10,7 +10,7 @@ #include <sys/syscall.h> #include <unistd.h> -libc_hidden_proto(fchdir) +/* libc_hidden_proto(fchdir) */ -_syscall1(int, fchdir, int, fd); +_syscall1(int, fchdir, int, fd) libc_hidden_def(fchdir) |