diff options
Diffstat (limited to 'libc/string/x86_64/mempcpy.S')
-rw-r--r-- | libc/string/x86_64/mempcpy.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/x86_64/mempcpy.S b/libc/string/x86_64/mempcpy.S index 3a8e925fd..3816d9f72 100644 --- a/libc/string/x86_64/mempcpy.S +++ b/libc/string/x86_64/mempcpy.S @@ -1,3 +1,3 @@ -#define __memcpy __mempcpy +#define memcpy mempcpy #include "memcpy.S" -strong_alias(__mempcpy,mempcpy) +libc_hidden_def(mempcpy) |