summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e1536d00f..2ab99a577 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-15 Christopher Faylor <cgf@timesys.com>
+
+ * sigproc.cc (wait_sig): Reorganize exit case so that ExitProcess is
+ always called, since that is the intent of sending a __SIGEXIT. Wait
+ forever for main thread to go away since, presumably, the main thread
+ told us it was going away.
+
2005-09-14 Christopher Faylor <cgf@timesys.com>
* spawn.cc (av::fixup): Avoid breaking out of the wrong "loop".