Sign in
akaros
/
upstream
/
ecef0caf4f46613c68388ebcfc1407ea0a1b4f1b
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
sgetspent_r.c
blob: 0001a6c9a8ae8307ae00f5a65845437490b80fda [
file
] [
log
] [
blame
]
#include
<shadow.h>
int
__sgetspent_r
(
const
char
*
s
,
struct
spwd
*
spbuf
,
char
*
buf
,
size_t
buflen
,
struct
spwd
**
spbufp
)
{
return
0
;
}
weak_alias
(
__sgetspent_r
,
sgetspent_r
);
stub_warning
(
sgetspent_r
);