5ade6ad1feb692bce21289e068d5cab6d8b9c00b
[musl] / serv.c
1 #include <netdb.h>
2 #include <stdio.h>
3 #include <string.h>
4
5 void endservent(void)
6 {
7 }
8
9 void setservent(int stayopen)
10 {
11 }
12
13 struct servent *getservent(void)
14 {
15         return 0;
16 }