Sign in
akaros
/
akaros
/
3ee608864c6c2d5c76b6ae48b30673b2870e717a
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
sgetspent.c
blob: 338f5f0350af9a71c52428f755298ac722e19787 [
file
] [
log
] [
blame
]
#include
<shadow.h>
/* glibc has a reasonably complicated wrapper that calls the reent version */
struct
spwd
*
sgetspent
(
const
char
*
s
)
{
return
0
;
}
stub_warning
(
sgetspent
);