about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/x86_64/strncase_l.S
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/x86_64/strncase_l.S')
-rw-r--r--REORG.TODO/sysdeps/x86_64/strncase_l.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/x86_64/strncase_l.S b/REORG.TODO/sysdeps/x86_64/strncase_l.S
new file mode 100644
index 0000000000..c725cd85b3
--- /dev/null
+++ b/REORG.TODO/sysdeps/x86_64/strncase_l.S
@@ -0,0 +1,6 @@
+#define STRCMP __strncasecmp_l
+#define USE_AS_STRNCASECMP_L
+#include "strcmp.S"
+
+weak_alias (__strncasecmp_l, strncasecmp_l)
+libc_hidden_def (strncasecmp_l)