diff options
Diffstat (limited to 'libc/string/i386/memcpy.c')
-rw-r--r-- | libc/string/i386/memcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/i386/memcpy.c b/libc/string/i386/memcpy.c index 216ddfd1a..af86cf255 100644 --- a/libc/string/i386/memcpy.c +++ b/libc/string/i386/memcpy.c @@ -32,7 +32,7 @@ #include <string.h> -/* Experimentally off - libc_hidden_proto(memcpy) */ +#undef memcpy void *memcpy(void * to, const void * from, size_t n) { int d0, d1, d2; |