about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/strncase_l.S
blob: a808c8cd71d9d790d3d81dbe037fc5d03827804a (plain) (blame)
1
2
3
4
5
#define STRCMP __strncasecmp_l
#define USE_AS_STRNCASECMP_L
#include "strcmp.S"

weak_alias (__strncasecmp_l, strncasecmp_l)