Browse Source

- hide relocation (Peter S. Mazinger)

Bernhard Reutner-Fischer 15 years ago
parent
commit
f73561de4c
2 changed files with 1 additions and 1 deletions
  1. 1 0
      include/netinet/ether.h
  2. 0 1
      libc/inet/ether_addr.c

+ 1 - 0
include/netinet/ether.h

@@ -38,6 +38,7 @@ extern char *ether_ntoa_r (__const struct ether_addr *__addr, char *__buf)
 extern struct ether_addr *ether_aton (__const char *__asc) __THROW;
 extern struct ether_addr *ether_aton_r (__const char *__asc,
 					struct ether_addr *__addr) __THROW;
+libc_hidden_proto(ether_aton_r)
 
 /* Map 48 bit Ethernet number ADDR to HOSTNAME.  */
 extern int ether_ntohost (char *__hostname, __const struct ether_addr *__addr)

+ 0 - 1
libc/inet/ether_addr.c

@@ -31,7 +31,6 @@
 #include <netinet/ether.h>
 #include <netinet/if_ether.h>
 
-libc_hidden_proto(ether_aton_r)
 libc_hidden_proto(ether_ntoa_r)
 libc_hidden_proto(sprintf)
 #ifdef __UCLIBC_HAS_XLOCALE__