Sign in
akaros
/
upstream
/
f29e71bb4424ea9e1a3cfccd4985e18fd23e42b9
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
fgetpwent_r.c
blob: 1dd9420a6d1c14674dc6bd8f73ace41ffd4bfcd8 [
file
] [
log
] [
blame
]
#include
<pwd.h>
int
__fgetpwent_r
(
FILE
*
fp
,
struct
passwd
*
pwbuf
,
char
*
buf
,
size_t
buflen
,
struct
passwd
**
pwbufp
)
{
return
0
;
}
weak_alias
(
__fgetpwent_r
,
fgetpwent_r
);
stub_warning
(
fgetpwent_r
);