libdl: end must be bigger than start
[uclibc-ng.git] / libc / pwd_grp / getgrent_r.c
blob5f0b7c295f3dbf110fdbd2d213839076575c42b3
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 #include <features.h>
9 #ifdef __USE_GNU
10 # define L_getgrent_r
11 # include "pwd_grp.c"
12 #endif