(do_test): Use de_DE.UTF-8 as locale name.

This commit is contained in:
Bruce Dubbs 2009-06-15 17:27:48 -07:00 committed by Ulrich Drepper
parent 48dcd0ba84
commit 4155d92633
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2009-06-15 Ulrich Drepper <drepper@redhat.com> 2009-06-15 Ulrich Drepper <drepper@redhat.com>
[BZ #10196]
* libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
[BZ #10217] [BZ #10217]
* stdlib/abort.c: Define variable __abort_msg. * stdlib/abort.c: Define variable __abort_msg.
* stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version. * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.

View File

@ -6,7 +6,7 @@
static int static int
do_test (void) do_test (void)
{ {
if (setlocale (LC_ALL, "de_DE.utf8") == NULL) if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL)
{ {
puts ("setlocale failed"); puts ("setlocale failed");
return 1; return 1;