From af0172162f7c653cad6a11ed1c1a5459bc154465 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 14 Jan 2006 00:58:03 +0000 Subject: hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed --- libc/inet/in6_addr.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libc/inet/in6_addr.c') diff --git a/libc/inet/in6_addr.c b/libc/inet/in6_addr.c index 006f6a48b..9e9edf41b 100644 --- a/libc/inet/in6_addr.c +++ b/libc/inet/in6_addr.c @@ -24,10 +24,12 @@ #ifdef __UCLIBC_HAS_IPV6__ const struct in6_addr in6addr_any = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }; -hidden_weak_alias (in6addr_any, __in6addr_any) +//libc_hidden_proto(in6addr_any) +//libc_hidden_def(in6addr_any) const struct in6_addr in6addr_loopback = { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }; -hidden_weak_alias(in6addr_loopback, __in6addr_loopback) +libc_hidden_proto(in6addr_loopback) +libc_hidden_def(in6addr_loopback) #endif /* __UCLIBC_HAS_IPV6__ */ -- cgit v1.2.3