Sign in
cobalt
/
cobalt
/
9708d320f5c570ac1ada07d0e0136706ac0a5c29
/
.
/
third_party
/
musl
/
src
/
network
/
netname.c
blob: ba6e665681ab76414a82c57114e34fb36653090c [
file
] [
log
] [
blame
]
#include
<netdb.h>
struct
netent
*
getnetbyaddr
(
uint32_t
net
,
int
type
)
{
return
0
;
}
struct
netent
*
getnetbyname
(
const
char
*
name
)
{
return
0
;
}