mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
9 lines
268 B
ArmAsm
9 lines
268 B
ArmAsm
/* 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)
|