fix fork of processes with active async io contexts
[musl.git] / src / network / netname.c
blobba6e665681ab76414a82c57114e34fb36653090c
1 #include <netdb.h>
3 struct netent *getnetbyaddr(uint32_t net, int type)
5 return 0;
8 struct netent *getnetbyname(const char *name)
10 return 0;