svn commit: trunk/uClibc/libc/pwd_grp

vda at uclibc.org vda at uclibc.org
Sat Sep 27 23:38:26 UTC 2008


Author: vda
Date: 2008-09-27 16:38:26 -0700 (Sat, 27 Sep 2008)
New Revision: 23536

Log:
getgrouplist(): ...add files which I forgot to add.



Added:
   trunk/uClibc/libc/pwd_grp/__getgrouplist_internal.c
   trunk/uClibc/libc/pwd_grp/getgrouplist.c


Changeset:
Added: trunk/uClibc/libc/pwd_grp/__getgrouplist_internal.c
===================================================================
--- trunk/uClibc/libc/pwd_grp/__getgrouplist_internal.c	                        (rev 0)
+++ trunk/uClibc/libc/pwd_grp/__getgrouplist_internal.c	2008-09-27 23:38:26 UTC (rev 23536)
@@ -0,0 +1,8 @@
+/*
+ * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#define L___getgrouplist_internal
+#include "pwd_grp.c"

Added: trunk/uClibc/libc/pwd_grp/getgrouplist.c
===================================================================
--- trunk/uClibc/libc/pwd_grp/getgrouplist.c	                        (rev 0)
+++ trunk/uClibc/libc/pwd_grp/getgrouplist.c	2008-09-27 23:38:26 UTC (rev 23536)
@@ -0,0 +1,8 @@
+/*
+ * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#define L_getgrouplist
+#include "pwd_grp.c"




More information about the uClibc-cvs mailing list