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 15c7dbd73..00a857c1e 100644 --- a/libc/sysdeps/linux/common/fchdir.c +++ b/libc/sysdeps/linux/common/fchdir.c @@ -12,5 +12,5 @@ libc_hidden_proto(fchdir) -_syscall1(int, fchdir, int, fd); +_syscall1(int, fchdir, int, fd) libc_hidden_def(fchdir) |