]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(do_test): Use de_DE.UTF-8 as locale name.
authorBruce Dubbs <bdubbs@linuxfromscratch.org>
Tue, 16 Jun 2009 00:27:48 +0000 (17:27 -0700)
committerUlrich Drepper <drepper@redhat.com>
Tue, 16 Jun 2009 00:27:48 +0000 (17:27 -0700)
ChangeLog
libio/tst-fgetwc.c

index 6c97032c144a5490b16ef9d2d43f39f85bbbe5e8..402b5cb3e2566378cd07499515f28763d18cc64a 100644 (file)
--- a/ChangeLog
+++ b/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.
index 9ccfeb15263fc3652c2d6f2401f3edaa45d927f1..06e4a424ff70314b33f5aebe89a09c617020ddf3 100644 (file)
@@ -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;