summaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/multiarch/strncase_l.S
blob: 8a74ee8574c720aeb3b534fc051a0d75096b767e (plain)
1
2
3
4
5
6
7
/* Multiple versions of strncasecmp_l
   All versions must be listed in ifunc-impl-list.c.  */
#define STRCMP __strncasecmp_l
#define USE_AS_STRNCASECMP_L
#include "strcmp.S"

weak_alias (__strncasecmp_l, strncasecmp_l)