glibc/sysdeps/i386/i686/multiarch/strcasecmp_l.S

8 lines
215 B
ArmAsm
Raw Normal View History

2012-10-10 14:48:45 +00:00
/* 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)