mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
* stdio-common/bug14.c: Use official name for the locale.
This commit is contained in:
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
2003-01-27 Ulrich Drepper <drepper@redhat.com>
|
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
|
* 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_start and _IO_cleanup_region_end
|
||||||
instead of __libc_cleanup_region_end.
|
instead of __libc_cleanup_region_end.
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2003-01-27 Ulrich Drepper <drepper@redhat.com>
|
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):
|
* sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_region_start):
|
||||||
Interpret first parameter correctly.
|
Interpret first parameter correctly.
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ static const char string[] = "\
|
|||||||
int
|
int
|
||||||
main (void)
|
main (void)
|
||||||
{
|
{
|
||||||
if (setlocale (LC_ALL, "de_DE.utf8") == NULL)
|
if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL)
|
||||||
{
|
{
|
||||||
puts ("cannot set locale");
|
puts ("cannot set locale");
|
||||||
exit (1);
|
exit (1);
|
||||||
|
Reference in New Issue
Block a user