Browse Source

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

Denis Vlasenko 15 years ago
parent
commit
560b7e7acb
2 changed files with 16 additions and 0 deletions
  1. 8 0
      libc/pwd_grp/__getgrouplist_internal.c
  2. 8 0
      libc/pwd_grp/getgrouplist.c

+ 8 - 0
libc/pwd_grp/__getgrouplist_internal.c

@@ -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"

+ 8 - 0
libc/pwd_grp/getgrouplist.c

@@ -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"