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/strcasestr.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/string/strcasestr.c') diff --git a/libc/string/strcasestr.c b/libc/string/strcasestr.c index d835440ec..72c1e4702 100644 --- a/libc/string/strcasestr.c +++ b/libc/string/strcasestr.c @@ -8,6 +8,11 @@ #include "_string.h" #include +#ifndef __UCLIBC_HAS_XLOCALE__ +libc_hidden_proto(__ctype_tolower) +#else +libc_hidden_proto(__ctype_tolower_loc) +#endif libc_hidden_proto(tolower) char *strcasestr(const char *s1, const char *s2) -- cgit v1.2.3