glibc/sysdeps/i386/i686/multiarch/strncase_l.S
2012-10-11 16:40:02 -07:00

8 lines
220 B
ArmAsm

/* 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)