about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/strcspn-i386.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/multiarch/strcspn-i386.S')
-rw-r--r--sysdeps/i386/multiarch/strcspn-i386.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/i386/multiarch/strcspn-i386.S b/sysdeps/i386/multiarch/strcspn-i386.S
new file mode 100644
index 0000000000..fd8d97b6df
--- /dev/null
+++ b/sysdeps/i386/multiarch/strcspn-i386.S
@@ -0,0 +1,8 @@
+#define strcspn __strcspn_i386
+#undef libc_hidden_builtin_def
+#define libc_hidden_builtin_def(name)
+#include <sysdeps/i386/strcspn.S>
+
+	.globl __GI_strcspn
+	.hidden __GI_strcspn
+	__GI_strcspn = __strcspn_i386