diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-27 23:38:26 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-27 23:38:26 +0000 |
commit | 560b7e7acb03a27066a595e357a5fdba3ccc162b (patch) | |
tree | 35bb7f33f3eb47633660369768ad513bb142e162 /libc/pwd_grp | |
parent | 9385a9419d98aeb56fe54b7452d1310ef20cea95 (diff) |
getgrouplist(): ...add files which I forgot to add.
Diffstat (limited to 'libc/pwd_grp')
-rw-r--r-- | libc/pwd_grp/__getgrouplist_internal.c | 8 | ||||
-rw-r--r-- | libc/pwd_grp/getgrouplist.c | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/libc/pwd_grp/__getgrouplist_internal.c b/libc/pwd_grp/__getgrouplist_internal.c new file mode 100644 index 000000000..c2edc99cf --- /dev/null +++ b/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" diff --git a/libc/pwd_grp/getgrouplist.c b/libc/pwd_grp/getgrouplist.c new file mode 100644 index 000000000..a4eba7dbb --- /dev/null +++ b/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" |