Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
	* stdio-common/bug14.c: Use official name for the locale.
  • Loading branch information
Ulrich Drepper committed Jan 28, 2003
1 parent a15698c commit e6fb884
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -4,6 +4,8 @@

2003-01-27 Ulrich Drepper <drepper@redhat.com>

* stdio-common/bug14.c: Use official name for the locale.

* stdio-common/vfprintf.c [USE_IN_LIBIO]: Use _IO_cleanup_region_start
instead of __libc_cleanup_region_start and _IO_cleanup_region_end
instead of __libc_cleanup_region_end.
Expand Down
3 changes: 3 additions & 0 deletions nptl/ChangeLog
@@ -1,5 +1,8 @@
2003-01-27 Ulrich Drepper <drepper@redhat.com>

* Makefile (tests): Add tst-cleanup2.
* tst-cleanup2.c: New file.

* sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start):
Interpret first parameter correctly.

Expand Down
2 changes: 1 addition & 1 deletion stdio-common/bug14.c
Expand Up @@ -11,7 +11,7 @@ static const char string[] = "\
int
main (void)
{
if (setlocale (LC_ALL, "de_DE.utf8") == NULL)
if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL)
{
puts ("cannot set locale");
exit (1);
Expand Down

0 comments on commit e6fb884

Please sign in to comment.