Document pthread_cond_wait change in release notes

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2017-03-07 15:18:03 +01:00
parent 49505a907f
commit eed33fa2c4
1 changed files with 3 additions and 0 deletions

View File

@ -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
---------