Sign in
cobalt
/
cobalt.git
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
musl
/
src
/
network
/
ent.c
blob: c6e012306dd8b1674f2a54a45e6151833d60356a [
file
]
#include
<netdb.h>
void
sethostent
(
int
x
)
{
}
struct
hostent
*
gethostent
()
{
return
0
;
}
struct
netent
*
getnetent
()
{
return
0
;
}
void
endhostent
(
void
)
{
}
weak_alias
(
sethostent
,
setnetent
);
weak_alias
(
endhostent
,
endnetent
);