diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-25 23:58:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-25 23:58:51 +0000 |
commit | 560b47093fedfc210e2020d93c20fcfe3e620312 (patch) | |
tree | 67299737972434af7a2a89d8c64a520dc612dff8 /nptl/ChangeLog | |
parent | 9c5a79048766f0ac89aa84ad0c9a2f6e6dffec17 (diff) | |
download | glibc-560b47093fedfc210e2020d93c20fcfe3e620312.zip glibc-560b47093fedfc210e2020d93c20fcfe3e620312.tar.gz glibc-560b47093fedfc210e2020d93c20fcfe3e620312.tar.bz2 |
* pthread_cond_destroy.c (__pthread_cond_destroy): If there are
waiters, awake all waiters on the associated mutex.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 4884cc2..8e48cfd 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2004-09-02 Jakub Jelinek <jakub@redhat.com> + + * pthread_cond_destroy.c (__pthread_cond_destroy): If there are + waiters, awake all waiters on the associated mutex. + 2005-09-22 Roland McGrath <roland@redhat.com> * perf.c [__x86_64__] (HP_TIMING_NOW): New macro (copied from |