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

source code of glibc/sysdeps/i386/i686/multiarch/strcasecmp_l-c.c