OSDN Git Service

getgrouplist(): ...add files which I forgot to add.
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 27 Sep 2008 23:38:26 +0000 (23:38 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 27 Sep 2008 23:38:26 +0000 (23:38 -0000)
libc/pwd_grp/__getgrouplist_internal.c [new file with mode: 0644]
libc/pwd_grp/getgrouplist.c [new file with mode: 0644]

diff --git a/libc/pwd_grp/__getgrouplist_internal.c b/libc/pwd_grp/__getgrouplist_internal.c
new file mode 100644 (file)
index 0000000..c2edc99
--- /dev/null
@@ -0,0 +1,8 @@
+/*
+ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#define L___getgrouplist_internal
+#include "pwd_grp.c"
diff --git a/libc/pwd_grp/getgrouplist.c b/libc/pwd_grp/getgrouplist.c
new file mode 100644 (file)
index 0000000..a4eba7d
--- /dev/null
@@ -0,0 +1,8 @@
+/*
+ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#define L_getgrouplist
+#include "pwd_grp.c"