about summary refs log tree commit diff
path: root/sysdeps/x86_64/strcasecmp_l-nonascii.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/strcasecmp_l-nonascii.c')
-rw-r--r--sysdeps/x86_64/strcasecmp_l-nonascii.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/x86_64/strcasecmp_l-nonascii.c b/sysdeps/x86_64/strcasecmp_l-nonascii.c
new file mode 100644
index 0000000000..7a0a04f345
--- /dev/null
+++ b/sysdeps/x86_64/strcasecmp_l-nonascii.c
@@ -0,0 +1,5 @@
+#include <string.h>
+
+#define __strcasecmp_l __strcasecmp_l_nonascii
+#define USE_IN_EXTENDED_LOCALE_MODEL    1
+#include <string/strcasecmp.c>