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