summaryrefslogtreecommitdiff
path: root/include/netinet/ether.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-20 22:11:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-20 22:11:44 +0000
commitcb97aadebfeba7f5e8f1b85beee5ab10e88c2990 (patch)
treef5f56f2ef0f3048325419857d0b538135524ff8c /include/netinet/ether.h
parentb133fe1cac9f99b63ea56daf92caa1423b1289d0 (diff)
Last portion of libc_hidden_proto removal.
Appears to build fine (several .configs tried)
Diffstat (limited to 'include/netinet/ether.h')
-rw-r--r--include/netinet/ether.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netinet/ether.h b/include/netinet/ether.h
index 0f7029f95..3d8902f50 100644
--- a/include/netinet/ether.h
+++ b/include/netinet/ether.h
@@ -33,6 +33,7 @@ __BEGIN_DECLS
extern char *ether_ntoa (__const struct ether_addr *__addr) __THROW;
extern char *ether_ntoa_r (__const struct ether_addr *__addr, char *__buf)
__THROW;
+libc_hidden_proto(ether_ntoa_r)
/* Convert ASCII string S to 48 bit Ethernet address. */
extern struct ether_addr *ether_aton (__const char *__asc) __THROW;