Sign in
akaros
/
upstream
/
9ce799f5a81541bbc7472b53696bc2a4390c83eb
/
.
/
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
);