diff options
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/common/setregid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/setregid.c b/libc/sysdeps/linux/common/setregid.c index 043afffc9..d9aca14bb 100644 --- a/libc/sysdeps/linux/common/setregid.c +++ b/libc/sysdeps/linux/common/setregid.c @@ -24,3 +24,4 @@ int setregid(gid_t rgid, gid_t egid) return (__syscall_setregid(rgid, egid)); } libc_hidden_proto(setregid) +libc_hidden_def(setregid) |