Sign in
akaros
/
upstream
/
0131abaccf13143ebcb907d083ecfbe118f9ba49
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getpw.c
blob: a32c8ea2a3669c7b32b928bf1cbc5c39221e6f93 [
file
] [
log
] [
blame
]
#include
<sys/types.h>
#include
<pwd.h>
/* glibc has an implementation of this that might work */
int
getpw
(
uid_t
uid
,
char
*
buf
)
{
return
0
;
}
stub_warning
(
getpw
);