rework langinfo code for ABI compat and for use by time code
[musl] / src / network / 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 }