Explorar el Código

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

Denis Vlasenko hace 15 años
padre
commit
560b7e7acb
Se han modificado 2 ficheros con 16 adiciones y 0 borrados
  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"