| 1 | /* Multiple versions of strncasecmp and strncasecmp_l |
|---|---|
| 2 | All versions must be listed in ifunc-impl-list.c. */ |
| 3 | #define STRCMP __strncasecmp_l |
| 4 | #define USE_AS_STRNCASECMP_L |
| 5 | #include "strcmp.S" |
| 6 | |
| 7 | weak_alias (__strncasecmp_l, strncasecmp_l) |
| 8 | libc_hidden_def (strncasecmp_l) |
| 9 |