Update copyright notices with scripts/update-copyrights
[glibc.git] / sysdeps / x86_64 / strncase_l.S
blobc725cd85b3022a9a95c5d6cd9f4c859f2043c605
1 #define STRCMP __strncasecmp_l
2 #define USE_AS_STRNCASECMP_L
3 #include "strcmp.S"
5 weak_alias (__strncasecmp_l, strncasecmp_l)
6 libc_hidden_def (strncasecmp_l)