summaryrefslogtreecommitdiff
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 bbaa45215..cfc16983c 100644
--- a/libc/string/i386/memset.c
+++ b/libc/string/i386/memset.c
@@ -33,6 +33,7 @@
#include <string.h>
/* Experimentally off - libc_hidden_proto(memset) */
+#undef memset
void *memset(void *s, int c, size_t count)
{
int d0, d1;