bump for release 1.0.29
[uclibc-ng.git] / libc / pwd_grp / getpwnam.c
blobe3e8c027da597b8238378d88eaeac343516bce95
1 /*
2 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
4 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
5 */
7 #define GETXXKEY_FUNC getpwnam
8 #define GETXXKEY_ENTTYPE struct passwd
9 #define GETXXKEY_ADD_PARAMS const char *name
10 #define GETXXKEY_ADD_VARIABLES name
11 #define GETXXKEY_BUFLEN __UCLIBC_PWD_BUFFER_SIZE__
12 #define GETXXKEY_FUNC_HIDDEN
13 #include "pwd_grp.c"