summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/mempcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/x86_64/mempcpy.S')
-rw-r--r--libc/string/x86_64/mempcpy.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/x86_64/mempcpy.S b/libc/string/x86_64/mempcpy.S
index 3816d9f72..b0607aa57 100644
--- a/libc/string/x86_64/mempcpy.S
+++ b/libc/string/x86_64/mempcpy.S
@@ -1,3 +1,4 @@
#define memcpy mempcpy
+#define __memcpy_chk __mempcpy_chk
#include "memcpy.S"
libc_hidden_def(mempcpy)