diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-25 18:44:37 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-25 18:44:37 +0000 |
commit | bfcbb4284e479504186ededfafd0560da143c0b9 (patch) | |
tree | 6cd3defc4e27010153262fcaff1869d316316ebf /libc/pwd_grp/getgrnam.c | |
parent | a3da0724e9e98ef8a04002472f3666468308aab3 (diff) | |
download | uClibc-alpine-bfcbb4284e479504186ededfafd0560da143c0b9.tar.bz2 uClibc-alpine-bfcbb4284e479504186ededfafd0560da143c0b9.tar.xz |
Merge from trunk.
Diffstat (limited to 'libc/pwd_grp/getgrnam.c')
-rw-r--r-- | libc/pwd_grp/getgrnam.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/pwd_grp/getgrnam.c b/libc/pwd_grp/getgrnam.c new file mode 100644 index 000000000..3b47d9a9f --- /dev/null +++ b/libc/pwd_grp/getgrnam.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_getgrnam +#include "pwd_grp.c" |