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