summaryrefslogtreecommitdiffstats
path: root/include/netinet/ether.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-17 18:01:45 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-17 18:01:45 +0000
commit5d96ee84a344a55682848b1338b9bcd0618e341b (patch)
tree50ded6b8787a8477a36479dfe5f2b5b772b93cf9 /include/netinet/ether.h
parent886d6acb51d50addaff443042b399536654e954e (diff)
downloaduClibc-alpine-5d96ee84a344a55682848b1338b9bcd0618e341b.tar.bz2
uClibc-alpine-5d96ee84a344a55682848b1338b9bcd0618e341b.tar.xz
Synch with trunk @ 24075.
Step 8: include folder
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 a16255037..0f7029f95 100644
--- a/include/netinet/ether.h
+++ b/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)