aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/strncase_l.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/strncase_l.S')
-rw-r--r--sysdeps/x86_64/strncase_l.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/x86_64/strncase_l.S b/sysdeps/x86_64/strncase_l.S
new file mode 100644
index 0000000..c725cd8
--- /dev/null
+++ b/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)