mirror of https://git.musl-libc.org/git/musl
Browse Source
these are useless legacy functions but some old software contains cruft that expects them to exist...rs-1.0
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
#include <netdb.h> |
||||
|
|
||||
|
struct netent *getnetbyaddr(uint32_t net, int type) |
||||
|
{ |
||||
|
return 0; |
||||
|
} |
||||
|
|
||||
|
struct netent *getnetbyname(const char *name) |
||||
|
{ |
||||
|
return 0; |
||||
|
} |
||||
|
|
||||
Loading…
Reference in new issue