about summary refs log tree commit diff
path: root/sysdeps/x86_64/strncase_l.S
blob: 3780fc50b1f64d3ebf3996173985ef46ea9de5df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* Symbols = __strncasecmp_l and __strncasecmp.  */

#include "multiarch/strncase_l-sse2.S"

libc_hidden_builtin_def (__strncasecmp_l)

weak_alias (__strncasecmp_l, strncasecmp_l)
libc_hidden_def (strncasecmp_l)

weak_alias (__strncasecmp, strncasecmp)
libc_hidden_def (__strncasecmp)