Sign in
akaros
/
upstream
/
ecef0caf4f46613c68388ebcfc1407ea0a1b4f1b
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getpwent.c
blob: c60d1925c54679fd6b47a7ddeabcd8f59a4040d3 [
file
] [
log
] [
blame
]
#include
<sys/types.h>
#include
<pwd.h>
struct
passwd
*
getpwent
(
void
)
{
return
0
;
}
stub_warning
(
getpwent
);
void
setpwent
(
void
)
{
}
stub_warning
(
setpwent
);
void
endpwent
(
void
)
{
}
stub_warning
(
endpwent
);