glibc/sysdeps/x86_64/multiarch/strpbrk.S

6 lines
157 B
ArmAsm
Raw Normal View History

2012-10-10 16:49:12 +02:00
/* Multiple versions of strpbrk
All versions must be listed in ifunc-impl-list.c. */
#define STRCSPN strpbrk
#define USE_AS_STRPBRK
#include "strcspn.S"