Sign in
akaros
/
upstream
/
1bdff417bf370e0b4401b72426bbbbc94a9c7fe5
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getspent_r.c
blob: 0eb36828bb985d80edb7062d2d8afbe06c06def5 [
file
] [
log
] [
blame
]
#include
<shadow.h>
int
__getspent_r
(
struct
spwd
*
spbuf
,
char
*
buf
,
size_t
buflen
,
struct
spwd
**
spbufp
)
{
return
0
;
}
weak_alias
(
__getspent_r
,
getspent_r
);
stub_warning
(
getspent_r
);