diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-14 02:08:40 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-14 02:08:40 +0000 |
commit | 0fc9ef37b6d599168cb6ef2bed056ba2a658a4ec (patch) | |
tree | b9f63d24287e15db32505c1f2c7cd9a04f2e64a0 /libc | |
parent | a9edc480b153ea0af4f769fa37d90057e0775697 (diff) |
missed to define internal setregid
Diffstat (limited to 'libc')
-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) |