Sign in
akaros
/
akaros
/
ee6bef89ffdbd448ffdc98db1edd2e5bd6c1ef14
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getspnam.c
blob: 1b495f238bdcfbb166bff630c7a2cffaf50ae8c6 [
file
] [
log
] [
blame
]
#include
<shadow.h>
struct
spwd
*
getspnam
(
const
char
*
name
)
{
return
0
;
}
stub_warning
(
getspnam
);