aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64/stpcpy-mte.S
diff options
context:
space:
mode:
Diffstat (limited to 'string/aarch64/stpcpy-mte.S')
-rw-r--r--string/aarch64/stpcpy-mte.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/string/aarch64/stpcpy-mte.S b/string/aarch64/stpcpy-mte.S
new file mode 100644
index 0000000..f1c7119
--- /dev/null
+++ b/string/aarch64/stpcpy-mte.S
@@ -0,0 +1,10 @@
+/*
+ * stpcpy - copy a string returning pointer to end.
+ *
+ * Copyright (c) 2020, Arm Limited.
+ * SPDX-License-Identifier: MIT
+ */
+
+#define BUILD_STPCPY 1
+
+#include "strcpy-mte.S"