From 0fc9ef37b6d599168cb6ef2bed056ba2a658a4ec Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 14 Jan 2006 02:08:40 +0000 Subject: missed to define internal setregid --- libc/sysdeps/linux/common/setregid.c | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3