Sign in
cobalt
/
cobalt.git
/
56d7c4e1a836a7ef6e2823bffb8d1567758b82eb
/
.
/
third_party
/
musl
/
src
/
network
/
serv.c
blob: 41424e80637d71fe07a469cec972238575f97136 [
file
]
#include
<netdb.h>
void
endservent
(
void
)
{
}
void
setservent
(
int
stayopen
)
{
}
struct
servent
*
getservent
(
void
)
{
return
0
;
}