mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
6 lines
157 B
ArmAsm
6 lines
157 B
ArmAsm
/* Multiple versions of strpbrk
|
|
All versions must be listed in ifunc-impl-list.c. */
|
|
#define STRCSPN strpbrk
|
|
#define USE_AS_STRPBRK
|
|
#include "strcspn.S"
|