glibc/sysdeps/x86_64/multiarch/strncmp.S

6 lines
155 B
ArmAsm
Raw Normal View History

2012-10-10 14:49:12 +00:00
/* Multiple versions of strncmp
All versions must be listed in ifunc-impl-list.c. */
#define STRCMP strncmp
#define USE_AS_STRNCMP
#include "strcmp.S"