| 1 | /* Multiple versions of strncmp |
|---|---|
| 2 | All versions must be listed in ifunc-impl-list.c. */ |
| 3 | #define STRCMP strncmp |
| 4 | #define USE_AS_STRNCMP |
| 5 | #include "strcmp.S" |
| 6 |
| 1 | /* Multiple versions of strncmp |
|---|---|
| 2 | All versions must be listed in ifunc-impl-list.c. */ |
| 3 | #define STRCMP strncmp |
| 4 | #define USE_AS_STRNCMP |
| 5 | #include "strcmp.S" |
| 6 |