From 560b7e7acb03a27066a595e357a5fdba3ccc162b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 27 Sep 2008 23:38:26 +0000 Subject: getgrouplist(): ...add files which I forgot to add. --- libc/pwd_grp/__getgrouplist_internal.c | 8 ++++++++ libc/pwd_grp/getgrouplist.c | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 libc/pwd_grp/__getgrouplist_internal.c create mode 100644 libc/pwd_grp/getgrouplist.c (limited to 'libc/pwd_grp') 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 + * + * 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 + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ + +#define L_getgrouplist +#include "pwd_grp.c" -- cgit v1.2.3