2012-10-10 14:48:45 +00:00
|
|
|
/* Multiple versions of strncasecmp_l
|
|
|
|
All versions must be listed in ifunc-impl-list.c. */
|
2011-11-13 14:50:13 +00:00
|
|
|
#define STRCMP __strncasecmp_l
|
|
|
|
#define USE_AS_STRNCASECMP_L
|
|
|
|
#include "strcmp.S"
|
|
|
|
|
|
|
|
weak_alias (__strncasecmp_l, strncasecmp_l)
|