summaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorAndreas Schwab <aschwab@redhat.com>2009-06-16 13:04:18 +0200
committerAndreas Schwab <aschwab@redhat.com>2009-06-16 13:04:18 +0200
commit8a598439b93552cb666ab3cf63a5ff8aabd06260 (patch)
tree50934cb3f9879206cc36e9c80516ef7eb956719c /libio
parentc38262349f9ad25d708e47a6715e94d87aa924ce (diff)
parent837dea7cf54827d6e43d88a9463bcc10d30472d0 (diff)
Merge branch 'master' of sourceware.org:/git/glibc into fedora/master
Diffstat (limited to 'libio')
-rw-r--r--libio/tst-fgetwc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/tst-fgetwc.c b/libio/tst-fgetwc.c
index 9ccfeb1526..06e4a424ff 100644
--- a/libio/tst-fgetwc.c
+++ b/libio/tst-fgetwc.c
@@ -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;