summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strncase_l.S
blob: 9c0149788e9c11b56423598613fd7c3faf70d1f8 (plain)
1
2
3
4
5
6
7
8
/* Multiple versions of strncasecmp and 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)
libc_hidden_def (strncasecmp_l)