sparc: disable cancellable system, as it fails in strange ways right now
[uclibc-ng.git] / libc / pwd_grp / getpw.c
blob943da3f261646fd78048fd09ba5d4a6a5fb80cab
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_getpw
11 # include "pwd_grp.c"
12 #endif