diff options
Diffstat (limited to 'inet')
-rw-r--r-- | inet/inet_mkadr.c | 1 | ||||
-rw-r--r-- | inet/inet_netof.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/inet/inet_mkadr.c b/inet/inet_mkadr.c index f076cf5..10f7318 100644 --- a/inet/inet_mkadr.c +++ b/inet/inet_mkadr.c @@ -56,3 +56,4 @@ inet_makeaddr(net, host) addr = htonl(addr); return (*(struct in_addr *)&addr); } +libc_hidden_def (inet_makeaddr) diff --git a/inet/inet_netof.c b/inet/inet_netof.c index ab06a54..aa99e5c 100644 --- a/inet/inet_netof.c +++ b/inet/inet_netof.c @@ -52,3 +52,4 @@ inet_netof(in) else return (((i)&IN_CLASSC_NET) >> IN_CLASSC_NSHIFT); } +libc_hidden_def (inet_netof) |