diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-09-07 10:34:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-09-07 10:34:09 +0000 |
commit | 003f2d15c140b51f17f31f0277bc7ea85d805fc9 (patch) | |
tree | 582680352db538094ef6c44efc31de2172321f53 /libc | |
parent | 619c894d2bd61f8bde674247af9e0f8104b9cddb (diff) | |
download | uClibc-alpine-003f2d15c140b51f17f31f0277bc7ea85d805fc9.tar.bz2 uClibc-alpine-003f2d15c140b51f17f31f0277bc7ea85d805fc9.tar.xz |
Remove stale leftovers
Diffstat (limited to 'libc')
-rw-r--r-- | libc/inet/resolv.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index 10ae457a2..bc1899cad 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -1042,15 +1042,6 @@ struct hostent *gethostbyname2(const char *name, int family) } #endif -#ifdef L_getnetbyname - -struct netent * getnetbyname(const char * name) -{ - return NULL; -} -#endif - - #ifdef L_res_init struct __res_state _res; |