Sign in
akaros
/
upstream
/
0131abaccf13143ebcb907d083ecfbe118f9ba49
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getpwnam.c
blob: 2b691bfad417a65d446a94358411bee1eb374827 [
file
] [
log
] [
blame
]
#include
<sys/types.h>
#include
<pwd.h>
struct
passwd
*
getpwnam
(
const
char
*
name
)
{
return
0
;
}
stub_warning
(
getpwnam
);