Sign in
akaros
/
upstream
/
bd1a5d9803b95c110a1fdfc10c2b629fcca3e61d
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getpwent.c
blob: c60d1925c54679fd6b47a7ddeabcd8f59a4040d3 [
file
]
#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
);