Document pthread_cond_wait change in release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
49505a907f
commit
eed33fa2c4
|
@ -10,6 +10,9 @@ What changed:
|
|||
|
||||
- fork now preserves the load order of unrelated dlopen'd modules.
|
||||
|
||||
- pthread_cond_wait now acts like Linux and BSD: Resume waiting for the
|
||||
condition variable as if it was not interrupted, rather than returning 0.
|
||||
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
|
Loading…
Reference in New Issue