diff options
Diffstat (limited to 'libc/sysdeps/linux/common/lchown.c')
-rw-r--r-- | libc/sysdeps/linux/common/lchown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/lchown.c b/libc/sysdeps/linux/common/lchown.c index 08c686fd6..3298f6025 100644 --- a/libc/sysdeps/linux/common/lchown.c +++ b/libc/sysdeps/linux/common/lchown.c @@ -17,7 +17,7 @@ # define __NR_lchown __NR_lchown32 # endif -_syscall3(int, lchown, const char *, path, uid_t, owner, gid_t, group); +_syscall3(int, lchown, const char *, path, uid_t, owner, gid_t, group) #else |