Sign in
akaros
/
upstream
/
0131abaccf13143ebcb907d083ecfbe118f9ba49
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getpwent_r.c
blob: 32454fcc1f06d957ea482af4a88d466432570565 [
file
] [
log
] [
blame
]
#include
<pwd.h>
int
__getpwent_r
(
struct
passwd
*
pwbuf
,
char
*
buf
,
size_t
buflen
,
struct
passwd
**
pwbufp
)
{
return
0
;
}
weak_alias
(
__getpwent_r
,
getpwent_r
);
stub_warning
(
getpwent_r
);