svn commit: trunk/uClibc/libc/sysdeps/linux/common

psm at uclibc.org psm at uclibc.org
Sat Jan 14 02:08:41 UTC 2006


Author: psm
Date: 2006-01-13 18:08:40 -0800 (Fri, 13 Jan 2006)
New Revision: 13286

Log:
missed to define internal setregid

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/setregid.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/setregid.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/setregid.c	2006-01-14 01:57:45 UTC (rev 13285)
+++ trunk/uClibc/libc/sysdeps/linux/common/setregid.c	2006-01-14 02:08:40 UTC (rev 13286)
@@ -24,3 +24,4 @@
 	return (__syscall_setregid(rgid, egid));
 }
 libc_hidden_proto(setregid)
+libc_hidden_def(setregid)




More information about the uClibc-cvs mailing list