mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
(do_test): Use de_DE.UTF-8 as locale name.
This commit is contained in:
parent
48dcd0ba84
commit
4155d92633
@ -1,5 +1,9 @@
|
||||
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]
|
||||
* stdlib/abort.c: Define variable __abort_msg.
|
||||
* stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
|
||||
|
@ -6,7 +6,7 @@
|
||||
static int
|
||||
do_test (void)
|
||||
{
|
||||
if (setlocale (LC_ALL, "de_DE.utf8") == NULL)
|
||||
if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL)
|
||||
{
|
||||
puts ("setlocale failed");
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user