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