From 8b96f0d1ca80a4ba9f8b06313dac4e7a351d728d Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Thu, 19 Jun 2008 06:48:05 +0000 Subject: Synch arch specific part of libc/string for frv/ia64/sparc/i386/powerpc/arm/avr32/x86_64/cris/bfin --- libc/string/i386/memchr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/i386/memchr.c') diff --git a/libc/string/i386/memchr.c b/libc/string/i386/memchr.c index 229d42919..fe4537914 100644 --- a/libc/string/i386/memchr.c +++ b/libc/string/i386/memchr.c @@ -32,7 +32,7 @@ #include -libc_hidden_proto(memchr) +/* Experimentally off - libc_hidden_proto(memchr) */ void *memchr(const void *cs, int c, size_t count) { int d0; -- cgit v1.2.3