Sign in
akaros
/
upstream
/
92fe9a3689de705d539bd08e50a3dce81fcc4e33
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
sgetspent.c
blob: 338f5f0350af9a71c52428f755298ac722e19787 [
file
]
#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
);