about summary refs log tree commit diff
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.S8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/x86_64/stpcpy.S b/sysdeps/x86_64/stpcpy.S
deleted file mode 100644
index ec23de1416..0000000000
--- a/sysdeps/x86_64/stpcpy.S
+++ /dev/null
@@ -1,8 +0,0 @@
-#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)