1#define STRCMP __strcasecmp_l
2#define USE_AS_STRCASECMP_L
3#include "strcmp.S"
4
5weak_alias (__strcasecmp_l, strcasecmp_l)
6libc_hidden_def (strcasecmp_l)
7

source code of glibc/sysdeps/x86_64/strcasecmp_l.S