Sign in
akaros
/
upstream
/
ca9ead69007541982ec2d8dbed8c3e29e25d5976
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
fgetpwent.c
blob: c1389ff984d3ef725bf746740d315a0efb09cd87 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
<sys/types.h>
#include
<pwd.h>
/* glibc has an implementation of this that might work */
struct
passwd
*
fgetpwent
(
FILE
*
stream
)
{
return
0
;
}
stub_warning
(
fgetpwent
);