summaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/multiarch/strcasecmp_l.S
blob: 711c09b0dc1fa62e14b81f5cf0e60ca493601bc5 (plain)
1
2
3
4
5
6
7
/* Multiple versions of strcasecmp_l
   All versions must be listed in ifunc-impl-list.c.  */
#define STRCMP __strcasecmp_l
#define USE_AS_STRCASECMP_L
#include "strcmp.S"

weak_alias (__strcasecmp_l, strcasecmp_l)