diff options
Diffstat (limited to 'sysdeps/x86_64/strncase_l-nonascii.c')
-rw-r--r-- | sysdeps/x86_64/strncase_l-nonascii.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/x86_64/strncase_l-nonascii.c b/sysdeps/x86_64/strncase_l-nonascii.c new file mode 100644 index 0000000000..baabd318bf --- /dev/null +++ b/sysdeps/x86_64/strncase_l-nonascii.c @@ -0,0 +1,8 @@ +#include <string.h> + +extern int __strncasecmp_l_nonascii (__const char *__s1, __const char *__s2, + size_t __n, __locale_t __loc); + +#define __strncasecmp_l __strncasecmp_l_nonascii +#define USE_IN_EXTENDED_LOCALE_MODEL 1 +#include <string/strncase.c> |