diff options
Diffstat (limited to 'libc/string/i386/memmove.c')
-rw-r--r-- | libc/string/i386/memmove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/i386/memmove.c b/libc/string/i386/memmove.c index 27f6cf264..4bc5f3e42 100644 --- a/libc/string/i386/memmove.c +++ b/libc/string/i386/memmove.c @@ -30,9 +30,9 @@ * -Erik */ -#define _GNU_SOURCE #include <string.h> +#undef memmove void attribute_hidden *__memmove(void *dest, const void *src, size_t n) { int d0, d1, d2; |