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