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 62201b7a2..cb6dcb549 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2005-10-18 Christopher Faylor <cgf@timesys.com>
+ * sigproc.cc (child_info::sync): Use correct name when closing to
+ prevent warnings when DEBUGGING.
+ * spawn.cc (spawn_guts): Set myself.hProcess to pi.hProcess since this
+ may have been zeroed by the previous sync.
+
+2005-10-18 Christopher Faylor <cgf@timesys.com>
+
* sigproc.cc (child_info::sync): Fix typo which caused hProcess to
never be cleared. Only clear hProcess when not forking.