| 1 | /* Multiple versions of strncat |
|---|---|
| 2 | All versions must be listed in ifunc-impl-list.c. */ |
| 3 | #define STRCAT strncat |
| 4 | #define USE_AS_STRNCAT |
| 5 | #include "strcat.S" |
| 6 |
| 1 | /* Multiple versions of strncat |
|---|---|
| 2 | All versions must be listed in ifunc-impl-list.c. */ |
| 3 | #define STRCAT strncat |
| 4 | #define USE_AS_STRNCAT |
| 5 | #include "strcat.S" |
| 6 |