Fix missing dependencies and ensure correct CPPFLAGS.
[glibc.git] / sysdeps / x86_64 / strcasecmp_l-nonascii.c
blob13b35de82daa90bf3ae21d6b1aa74009447a1afe
1 #include <string.h>
3 extern int __strcasecmp_l_nonascii (__const char *__s1, __const char *__s2,
4 __locale_t __loc);
6 #define __strcasecmp_l __strcasecmp_l_nonascii
7 #define USE_IN_EXTENDED_LOCALE_MODEL 1
8 #include <string/strcasecmp.c>