diff options
Diffstat (limited to 'libc/sysdeps/linux/common/setregid.c')
-rw-r--r-- | libc/sysdeps/linux/common/setregid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/setregid.c b/libc/sysdeps/linux/common/setregid.c index e6d62751c..b92b84468 100644 --- a/libc/sysdeps/linux/common/setregid.c +++ b/libc/sysdeps/linux/common/setregid.c @@ -25,7 +25,7 @@ _syscall2(int, setregid, gid_t, rgid, gid_t, egid) # define __NR___syscall_setregid __NR_setregid static __inline__ _syscall2(int, __syscall_setregid, - __kernel_gid_t, rgid, __kernel_gid_t, egid); + __kernel_gid_t, rgid, __kernel_gid_t, egid) int setregid(gid_t rgid, gid_t egid) { |