summaryrefslogtreecommitdiffstats
path: root/libc/string/i386/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/i386/memset.c')
-rw-r--r--libc/string/i386/memset.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
+/* Experimentally off - libc_hidden_proto(memset) */
#undef memset
void *memset(void *s, int c, size_t count)
{