summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2017-03-07 15:18:03 +0100
committerCorinna Vinschen <corinna@vinschen.de>2017-03-07 15:18:03 +0100
commiteed33fa2c4687bc6b4e800d56034095b2ca2c1e4 (patch)
tree4f301e12b3de80a7b5ff44e18523a072cec69e4b /winsup/cygwin/release
parent49505a907f3fb690e7db81dde9b70067664c1d83 (diff)
downloadcygnal-eed33fa2c4687bc6b4e800d56034095b2ca2c1e4.tar.gz
cygnal-eed33fa2c4687bc6b4e800d56034095b2ca2c1e4.tar.bz2
cygnal-eed33fa2c4687bc6b4e800d56034095b2ca2c1e4.zip
Document pthread_cond_wait change in release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/2.7.13
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.7.1 b/winsup/cygwin/release/2.7.1
index 411a0ae6b..9657e1d5c 100644
--- a/winsup/cygwin/release/2.7.1
+++ b/winsup/cygwin/release/2.7.1
@@ -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
---------