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