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/string/strcasecmp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/string/strcasecmp.c') diff --git a/libc/string/strcasecmp.c b/libc/string/strcasecmp.c index 333d3159c..ac3f562a7 100644 --- a/libc/string/strcasecmp.c +++ b/libc/string/strcasecmp.c @@ -24,6 +24,9 @@ libc_hidden_proto(towlower) libc_hidden_proto(tolower_l) # define TOLOWER(C) tolower_l((C), locale_arg) # else +#ifndef __UCLIBC_HAS_XLOCALE__ +libc_hidden_proto(__ctype_tolower) +#endif libc_hidden_proto(tolower) # define TOLOWER(C) tolower((C)) # endif -- cgit v1.2.3