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