diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 135bccb57..16dc01e64 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2006-03-26 Christopher Faylor <cgf@timesys.com> + * spawn.cc (spawn_guts): Close handles if we know that we will not be + seeing a sync event from the child. + +2006-03-26 Christopher Faylor <cgf@timesys.com> + * sigproc.cc (wait_sig): Move myself manipulation... (wait_for_sigthread): ...to here. |