diff options
Diffstat (limited to 'libc/sysdeps/linux/common/fchdir.c')
-rw-r--r-- | libc/sysdeps/linux/common/fchdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/fchdir.c b/libc/sysdeps/linux/common/fchdir.c index 00a857c1e..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) libc_hidden_def(fchdir) |