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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/i386/memset.c b/libc/string/i386/memset.c
index a35279643..0fd9e2019 100644
--- a/libc/string/i386/memset.c
+++ b/libc/string/i386/memset.c
@@ -30,9 +30,9 @@
* -Erik
*/
-#define _GNU_SOURCE
#include <string.h>
+#undef memset
void attribute_hidden *__memset(void *s, int c, size_t count)
{
int d0, d1;