summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
---------