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