From 1e0c4ca7448cf41bd38742ae885c9da6f4e48d97 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 23 Dec 2008 10:46:57 +0000 Subject: sync with trunk. Compile tested on i386 --- libc/string/i386/memset.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/string/i386/memset.c') diff --git a/libc/string/i386/memset.c b/libc/string/i386/memset.c index 779725f2f..cfc16983c 100644 --- a/libc/string/i386/memset.c +++ b/libc/string/i386/memset.c @@ -32,6 +32,7 @@ #include +/* Experimentally off - libc_hidden_proto(memset) */ #undef memset void *memset(void *s, int c, size_t count) { -- cgit v1.2.3