summaryrefslogtreecommitdiff
path: root/libc/arch-arm64/static_function_dispatch.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-arm64/static_function_dispatch.S')
-rw-r--r--libc/arch-arm64/static_function_dispatch.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/arch-arm64/static_function_dispatch.S b/libc/arch-arm64/static_function_dispatch.S
index 161ece8ea..b51db019b 100644
--- a/libc/arch-arm64/static_function_dispatch.S
+++ b/libc/arch-arm64/static_function_dispatch.S
@@ -42,5 +42,7 @@ FUNCTION_DELEGATE(strcpy, __strcpy_aarch64_mte)
FUNCTION_DELEGATE(strlen, __strlen_aarch64_mte)
FUNCTION_DELEGATE(strrchr, __strrchr_aarch64_mte)
FUNCTION_DELEGATE(strncmp, __strncmp_aarch64_mte)
+FUNCTION_DELEGATE(memcpy, memcpy_generic)
+FUNCTION_DELEGATE(memmove, memmove_generic)
NOTE_GNU_PROPERTY()