summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/stpcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/x86_64/stpcpy.S')
-rw-r--r--libc/string/x86_64/stpcpy.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/string/x86_64/stpcpy.S b/libc/string/x86_64/stpcpy.S
new file mode 100644
index 000000000..83294e1a8
--- /dev/null
+++ b/libc/string/x86_64/stpcpy.S
@@ -0,0 +1,6 @@
+#define USE_AS_STPCPY
+#define STRCPY __stpcpy
+
+#include "strcpy.S"
+
+weak_alias (__stpcpy, stpcpy)