mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-03 04:01:43 +08:00
6 lines
155 B
ArmAsm
6 lines
155 B
ArmAsm
/* Multiple versions of strncmp
|
|
All versions must be listed in ifunc-impl-list.c. */
|
|
#define STRCMP strncmp
|
|
#define USE_AS_STRNCMP
|
|
#include "strcmp.S"
|