Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(do_test): Use de_DE.UTF-8 as locale name.
  • Loading branch information
Bruce Dubbs authored and Ulrich Drepper committed Jun 16, 2009
1 parent 48dcd0b commit 4155d92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libio/tst-fgetwc.c
Expand Up @@ -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;
Expand Down

0 comments on commit 4155d92

Please sign in to comment.