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