about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/strcpy-i586.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/multiarch/strcpy-i586.S')
-rw-r--r--sysdeps/i386/multiarch/strcpy-i586.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/i386/multiarch/strcpy-i586.S b/sysdeps/i386/multiarch/strcpy-i586.S
new file mode 100644
index 0000000000..65e064191b
--- /dev/null
+++ b/sysdeps/i386/multiarch/strcpy-i586.S
@@ -0,0 +1,4 @@
+#define strcpy __strcpy_i586
+#undef libc_hidden_builtin_def
+#define libc_hidden_builtin_def(name)
+#include <sysdeps/i386/i586/strcpy.S>