libdl: end must be bigger than start
[uclibc-ng.git] / libc / pwd_grp / fgetspent.c
blob77ca0b89542d65307699af32317b88fb79d1074a
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 fgetspent
8 #define GETXXKEY_ENTTYPE struct spwd
9 #define GETXXKEY_ADD_PARAMS FILE *stream
10 #define GETXXKEY_ADD_VARIABLES stream
11 #define GETXXKEY_BUFLEN __UCLIBC_PWD_BUFFER_SIZE__
12 #include "pwd_grp.c"