diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-31 07:50:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-31 07:50:12 +0000 |
commit | 49b650430eb51350cc96adf7dd621560eb40af04 (patch) | |
tree | a92d6034074c3d710e835d64088beb65c38216e1 /nptl/ChangeLog | |
parent | 5d4f57bd9398d5b4d0ed26af9d4bf6e65c28c73c (diff) | |
download | glibc-49b650430eb51350cc96adf7dd621560eb40af04.tar glibc-49b650430eb51350cc96adf7dd621560eb40af04.tar.gz glibc-49b650430eb51350cc96adf7dd621560eb40af04.tar.bz2 glibc-49b650430eb51350cc96adf7dd621560eb40af04.zip |
Update.
2003-05-31 Ulrich Drepper <drepper@redhat.com>
* libio/fileops.c (_IO_file_open): Don't mark as inline.
* sysdeps/ia64/elf/initfini.c ((gmon_initializer): Mark with
attribute used.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ede59262fd..1f9c523137 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,19 @@ +2003-05-31 Ulrich Drepper <drepper@redhat.com> + + * posix-timer.h: Remove old, unused timer_id2ptr and timer_ptr2id + definitions. + + * sysdeps/pthread/timer_create.c (timer_create): In case + evp==NULL, assign timer ID to sival_ptr. + + * descr.h (struct pthread_unwind_buf): Change type of prev element to + struct pthread_unwind_buf *. + (struct pthread): Likewise for cleanup_jmp_buf element. + + * cleanup.c (__pthread_register_cancel): Add cast to avoid warning. + * cleanup_defer.c (__pthread_register_cancel_defer): Likewise. + * unwind.c (__pthread_unwind_next): Likewise. + 2003-05-30 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ia64/lowlevellock.h |