summaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/multiarch/strcasecmp-c.c
blob: 753c6ec84ab9f8ea4c041dd07dbc9a70b8b3a0ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <string.h>

extern __typeof (strcasecmp) __strcasecmp_nonascii;

#define __strcasecmp __strcasecmp_nonascii
#include <string/strcasecmp.c>

strong_alias (__strcasecmp_nonascii, __strcasecmp_ia32)

/* The needs of strcasecmp in libc are minimal, no need to go through
   the IFUNC.  */
strong_alias (__strcasecmp_nonascii, __GI___strcasecmp)