From: Christopher Faylor Date: Mon, 11 Jun 2001 18:20:53 +0000 (+0000) Subject: Add missing entry. X-Git-Tag: gdb_5_1-2001-07-29-branchpoint~91 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f569bfcfb20e4abd398d26aa6079ddae975cb42f;p=newlib-cygwin.git Add missing entry. --- diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b8736f369..0d111f2de 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,8 +1,12 @@ -Mon Jun 11 13:55:04 2001 Christopher Faylor +Mon Jun 11 14:19:49 2001 Christopher Faylor * pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x. * autoload.cc: Autoload ToolHelp functions. + * sigproc.cc (proc_subproc): Incorporate SIGCHLD == SIG_IGN special + handling of zombie processes. Ensure that zombie processes which are + at the end of the zombie array are properly cleaned up. + Mon Jun 11 11:18:56 2001 Christopher Faylor * path.cc (chdir): Fix call to path_conv constructor so that it REALLY