about summary refs log tree commit diff
path: root/sysdeps/x86_64/strcasecmp_l.S
blob: 0249cdcd0888ae5f2d2f6149b583f555963de7f2 (plain) (blame)
1
2
3
4
5
6
7
#define STRCMP __strcasecmp_l
#define USE_AS_STRCASECMP_L
#include "multiarch/strcmp-sse2.S"

libc_hidden_builtin_def (STRCMP)
weak_alias (__strcasecmp_l, strcasecmp_l)
libc_hidden_def (strcasecmp_l)