about summary refs log tree commit diff
path: root/sysdeps/x86_64/strncase_l.S
blob: 93d41b2d60ae8af8c62e22e50c324060b645c4e6 (plain) (blame)
1
2
3
4
5
6
7
#define STRCMP __strncasecmp_l
#define USE_AS_STRNCASECMP_L
#include "multiarch/strcmp-sse2.S"

libc_hidden_builtin_def (STRCMP)
weak_alias (__strncasecmp_l, strncasecmp_l)
libc_hidden_def (strncasecmp_l)