about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/strncase_l-c.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-02-29 22:37:38 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-29 22:37:38 +0000
commit0bab47b6b255e77bd69206ab0dcfa97331fefa50 (patch)
treec766dace6d2302bab3edf85887c1b44fb6e78fa4 /sysdeps/i386/i686/multiarch/strncase_l-c.c
parent0fcad3e243575f5b316a1b630fcd9ed2396fd0c8 (diff)
downloadglibc-0bab47b6b255e77bd69206ab0dcfa97331fefa50.tar.gz
glibc-0bab47b6b255e77bd69206ab0dcfa97331fefa50.tar.xz
glibc-0bab47b6b255e77bd69206ab0dcfa97331fefa50.zip
Fix x86 strcasecmp_l (bug 13786).
Diffstat (limited to 'sysdeps/i386/i686/multiarch/strncase_l-c.c')
-rw-r--r--sysdeps/i386/i686/multiarch/strncase_l-c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/i686/multiarch/strncase_l-c.c b/sysdeps/i386/i686/multiarch/strncase_l-c.c
index 0c68b8d1cb..7e601af271 100644
--- a/sysdeps/i386/i686/multiarch/strncase_l-c.c
+++ b/sysdeps/i386/i686/multiarch/strncase_l-c.c
@@ -6,6 +6,8 @@ extern __typeof (strncasecmp_l) __strncasecmp_l_nonascii;
 #define USE_IN_EXTENDED_LOCALE_MODEL    1
 #include <string/strncase.c>
 
+strong_alias (__strncasecmp_l_nonascii, __strncasecmp_l_ia32)
+
 /* The needs of strcasecmp in libc are minimal, no need to go through
    the IFUNC.  */
 strong_alias (__strncasecmp_l_nonascii, __GI___strncasecmp_l)