1 #include <string.h> 2 3 extern __typeof (strncasecmp_l) __strncasecmp_l_nonascii; 4 5 #define __strncasecmp_l __strncasecmp_l_nonascii 6 #define USE_IN_EXTENDED_LOCALE_MODEL 1 7 #include <string/strncase.c> 8 9 strong_alias (__strncasecmp_l_nonascii, __strncasecmp_l_ia32) 10 11 /* The needs of strcasecmp in libc are minimal, no need to go through 12 the IFUNC. */ 13 strong_alias (__strncasecmp_l_nonascii, __GI___strncasecmp_l) 14