diff options
author | David 'Digit' Turner <digit@google.com> | 2010-02-12 12:50:32 -0800 |
---|---|---|
committer | David 'Digit' Turner <digit@google.com> | 2010-02-12 12:50:32 -0800 |
commit | 4f920f685bb4af8400c70383eecf347a35353778 (patch) | |
tree | b48d0f32e745f252a4ad5781e8da60f45415f7de /libc/docs/CHANGES.TXT | |
parent | 294dd0b86b1484aec7549663aff5b19c98a4b7fd (diff) | |
download | bionic-4f920f685bb4af8400c70383eecf347a35353778.zip bionic-4f920f685bb4af8400c70383eecf347a35353778.tar.gz bionic-4f920f685bb4af8400c70383eecf347a35353778.tar.bz2 |
Fix sem_post() behaviour to wake up multiple waiting threads.
Diffstat (limited to 'libc/docs/CHANGES.TXT')
-rw-r--r-- | libc/docs/CHANGES.TXT | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/docs/CHANGES.TXT b/libc/docs/CHANGES.TXT index 7c8f38c..f59cfab 100644 --- a/libc/docs/CHANGES.TXT +++ b/libc/docs/CHANGES.TXT @@ -55,6 +55,9 @@ Differences between current and Android 2.1: - fix sem_trywait() to return -1 and set errno to EAGAIN, instead of returning EAGAIN directly. +- fix sem_post() to wake up multiple threads when called rapidly in + succession. + ------------------------------------------------------------------------------- Differences between Android 2.1 and 2.0.1: |