diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-10 21:18:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-10 21:18:48 +0000 |
commit | 9b2dc5158996348484428ef6698186628152da3f (patch) | |
tree | 46e713081c12ce5665e394844969215b64c4d1db /ChangeLog | |
parent | 05f4d5cd08269699c405f190e6f858ec6c079457 (diff) | |
download | glibc-9b2dc5158996348484428ef6698186628152da3f.tar.gz glibc-9b2dc5158996348484428ef6698186628152da3f.tar.xz glibc-9b2dc5158996348484428ef6698186628152da3f.zip |
Update.
2004-09-10 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Decrement __nwaiters. If pthread_cond_destroy has been called and this is the last waiter, signal pthread_cond_destroy caller and avoid using the pthread_cond_t structure after unlock. * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 30ae386c10..8d3e98e05f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-09-10 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Decrement + __nwaiters. If pthread_cond_destroy has been called and this is + the last waiter, signal pthread_cond_destroy caller and avoid + using the pthread_cond_t structure after unlock. + * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise. + 2004-09-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/kernel-features.h: Don't define |