From b25ad630be8b0f362fea44a97efbead83d1dd2ae Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 16 Jan 2006 18:07:18 +0000 Subject: Last relocs jump and global data, (even locales) that I could remove are gone from libc. The remaining are left as exercise for others ;-) --- libc/inet/addr.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/inet/addr.c') diff --git a/libc/inet/addr.c b/libc/inet/addr.c index 538d9fb8e..f871d5efc 100644 --- a/libc/inet/addr.c +++ b/libc/inet/addr.c @@ -43,6 +43,11 @@ * leading 0 -> octal * all else -> decimal */ +#ifdef __UCLIBC_HAS_XLOCALE__ +libc_hidden_proto(__ctype_b_loc) +#else +libc_hidden_proto(__ctype_b) +#endif libc_hidden_proto(inet_aton) int inet_aton(const char *cp, struct in_addr *addrptr) { -- cgit v1.2.3