glibc/sysdeps/i386/i686/multiarch/strncmp.S
2012-10-11 16:40:02 -07:00

6 lines
155 B
ArmAsm

/* Multiple versions of strncmp
All versions must be listed in ifunc-impl-list.c. */
#define USE_AS_STRNCMP
#define STRCMP strncmp
#include "strcmp.S"