summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/stpcpy.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-09-21 02:18:29 +0000
committerMike Frysinger <vapier@gentoo.org>2005-09-21 02:18:29 +0000
commitf5c0ac3d4499a11f4581c1b4ff16cef7d8cf4c0b (patch)
tree4f7ce150130560ccff718076cf102fb4d114752c /libc/string/x86_64/stpcpy.S
parent37016e09de57c7145d7dd29cd1166f21f150d2cb (diff)
merge x86_64 optimized string support
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)