| 123456789101112 | /* * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> * * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */#define GETXXKEY_FUNC		getpwuid#define GETXXKEY_ENTTYPE	struct passwd#define GETXXKEY_ADD_PARAMS	uid_t uid#define GETXXKEY_ADD_VARIABLES	uid#define GETXXKEY_BUFLEN		__UCLIBC_PWD_BUFFER_SIZE__#include "pwd_grp.c"
 |