mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-06 12:00:24 +08:00
8 lines
215 B
ArmAsm
8 lines
215 B
ArmAsm
/* 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)
|