Add i686 __libc_ifunc_impl_list
[glibc.git] / sysdeps / i386 / i686 / multiarch / strncase_l.S
blob8a74ee8574c720aeb3b534fc051a0d75096b767e
1 /* Multiple versions of 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"
7 weak_alias (__strncasecmp_l, strncasecmp_l)