summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/stpcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/stpcpy.S')
-rw-r--r--sysdeps/x86_64/stpcpy.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/x86_64/stpcpy.S b/sysdeps/x86_64/stpcpy.S
new file mode 100644
index 0000000000..b9bbcd9cf6
--- /dev/null
+++ b/sysdeps/x86_64/stpcpy.S
@@ -0,0 +1,7 @@
+#define USE_AS_STPCPY
+#define STRCPY __stpcpy
+
+#include <sysdeps/x86_64/strcpy.S>
+
+weak_alias (__stpcpy, stpcpy)
+libc_hidden_def (__stpcpy)