From 0dd70ae52100033fc965c9223b889d8f8a9bb3ec Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 27 May 2013 19:41:54 +0000 Subject: [PATCH] *** empty log message *** --- winsup/cygwin/release/1.7.19 | 4 ++++ 1 file changed, 4 insertions(+) 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