Преглед изворни кода

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

Denis Vlasenko пре 15 година
родитељ
комит
560b7e7acb
2 измењених фајлова са 16 додато и 0 уклоњено
  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"