From 125773133f0fe2425ab3d8305ed880e9010f6803 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 19 May 2008 22:57:34 +0000 Subject: Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. --- libc/string/strcasestr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/string/strcasestr.c') diff --git a/libc/string/strcasestr.c b/libc/string/strcasestr.c index afef59985..ab588c052 100644 --- a/libc/string/strcasestr.c +++ b/libc/string/strcasestr.c @@ -54,3 +54,4 @@ char *strcasestr(const char *s1, const char *s2) return (*p) ? NULL : (char *) s1; #endif } +libc_hidden_def(strcasestr) -- cgit v1.2.3