Add x86-64 __libc_ifunc_impl_list
[glibc.git] / sysdeps / x86_64 / multiarch / strcasecmp_l.S
blob49f5b9fd952d3cdcdc618e93d3d36ebd502ddad2
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"
7 weak_alias (__strcasecmp_l, strcasecmp_l)
8 libc_hidden_def (strcasecmp_l)