| 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" |
| 6 |
| 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" |
| 6 |