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
fix use of uninitialized pointer in gettext core
[musl.git]
/
src
/
network
/
serv.c
blob
41424e80637d71fe07a469cec972238575f97136
1
#include <netdb.h>
2
3
void
endservent
(
void
)
4
{
5
}
6
7
void
setservent
(
int
stayopen
)
8
{
9
}
10
11
struct
servent
*
getservent
(
void
)
12
{
13
return
0
;
14
}