repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
in clock_getres, check for null pointer before storing result
[musl.git]
/
src
/
passwd
/
getspent.c
blob
8574a480e13b1dbac470e79a68f257e5822099f8
1
#include
"pwf.h"
2
3
void
setspent
()
4
{
5
}
6
7
void
endspent
()
8
{
9
}
10
11
struct
spwd
*
getspent
()
12
{
13
return
0
;
14
}