Sign in
cobalt
/
cobalt
/
286dd7840608e9cf78bc4a603ff2ec2ee39750c5
/
.
/
src
/
third_party
/
musl
/
src
/
passwd
/
getspent.c
blob: 8574a480e13b1dbac470e79a68f257e5822099f8 [
file
] [
log
] [
blame
]
#include
"pwf.h"
void
setspent
()
{
}
void
endspent
()
{
}
struct
spwd
*
getspent
()
{
return
0
;
}