Add x86-64 __libc_ifunc_impl_list
[glibc.git] / sysdeps / x86_64 / multiarch / strpbrk.S
blob7201d6376ff976b9151518685c5c401cdb13fb59
1 /* Multiple versions of strpbrk
2    All versions must be listed in ifunc-impl-list.c.  */
3 #define STRCSPN strpbrk
4 #define USE_AS_STRPBRK
5 #include "strcspn.S"