about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/strcasecmp_l.S
blob: 1322bd86da863a080ec53cac73039c30000902c7 (plain) (blame)
1
2
3
4
5
#define STRCMP __strcasecmp_l
#define USE_AS_STRCASECMP_L
#include "strcmp.S"

weak_alias (__strcasecmp_l, strcasecmp_l)