mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Update.
2003-08-18 Alfred M. Szmidt <ams@kemisten.nu> * sysdeps/generic/bits/libc-lock.h (__libc_cleanup_pop): Redefine and use __libc_cleanup_region_end instead.
This commit is contained in:
parent
395412a0e8
commit
544f3cdfff
@ -1,3 +1,8 @@
|
||||
2003-08-18 Alfred M. Szmidt <ams@kemisten.nu>
|
||||
|
||||
* sysdeps/generic/bits/libc-lock.h (__libc_cleanup_pop): Redefine
|
||||
and use __libc_cleanup_region_end instead.
|
||||
|
||||
2003-08-25 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/ldconfig.c (search_dir): Revert patch of 2003-7-21.
|
||||
|
@ -118,7 +118,7 @@
|
||||
(*__save_FCT)(__save_ARG); \
|
||||
|
||||
#define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg)
|
||||
#define __libc_cleanup_pop(execute) __libc_cleanup_end (execute)
|
||||
#define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute)
|
||||
|
||||
/* We need portable names for some of the functions. */
|
||||
#define __libc_mutex_unlock
|
||||
|
@ -1,3 +1,9 @@
|
||||
2003-08-18 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* td_thr_getfpregs.c (td_thr_getfpregs): Use the main thread if
|
||||
the descriptor is uninitialized.
|
||||
* td_thr_getgregs.c (td_thr_getgregs): Likewise.
|
||||
|
||||
2003-03-15 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* thread_db.h (td_err_e): Add TD_NOTLS and TD_TLSDEFER.
|
||||
|
@ -1,7 +1,12 @@
|
||||
2003-08-25 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locales/an_ES: Fix locale header information.
|
||||
Patch by Jordi Mallach <jordi@sindominio.net>.
|
||||
|
||||
2003-08-14 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* localedata/charmaps/WINDOWS-31J: New file.
|
||||
* localedata/charmaps/EUC-JP-MS: New file
|
||||
* charmaps/WINDOWS-31J: New file.
|
||||
* charmaps/EUC-JP-MS: New file
|
||||
Patch by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>.
|
||||
|
||||
2003-07-27 Andreas Jaeger <aj@suse.de>
|
||||
|
@ -118,7 +118,7 @@
|
||||
(*__save_FCT)(__save_ARG); \
|
||||
|
||||
#define __libc_cleanup_push(fct, arg) __libc_cleanup_region_start (1, fct, arg)
|
||||
#define __libc_cleanup_pop(execute) __libc_cleanup_end (execute)
|
||||
#define __libc_cleanup_pop(execute) __libc_cleanup_region_end (execute)
|
||||
|
||||
/* We need portable names for some of the functions. */
|
||||
#define __libc_mutex_unlock
|
||||
|
Loading…
Reference in New Issue
Block a user