summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/release/1.7.194
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.19 b/winsup/cygwin/release/1.7.19
index e39c4be8f..6b6c883be 100644
--- a/winsup/cygwin/release/1.7.19
+++ b/winsup/cygwin/release/1.7.19
@@ -27,3 +27,7 @@ Bug fixes:
- Fix a build problem resulting in Cygwin functions picking up the wrong
new/delete.
Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00331.html
+
+- Fix an incorrect condition which breaks fork after all dlopen'ed DLLs
+ have already been dlclose'd.
+ Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00376.html