Re: [PATCH 2/2] Cygwin: fork: Remember child not before success.

2019-05-02 Thread Michael Haubenwallner
On 4/30/19 6:07 PM, Corinna Vinschen wrote: > On Apr 30 09:09, Michael Haubenwallner wrote: >> Do not remember the child before it was successfully initialized, or we >> would need more sophisticated cleanup on child initialization failure, >> like cleaning up the process table and suppressing SIGC

[PATCH] Cygwin: dll_list: drop unused read_fbi method

2019-05-02 Thread Michael Haubenwallner
--- winsup/cygwin/dll_init.h | 1 - winsup/cygwin/forkable.cc | 23 --- 2 files changed, 24 deletions(-) diff --git a/winsup/cygwin/dll_init.h b/winsup/cygwin/dll_init.h index e4fbde867..3c274cf35 100644 --- a/winsup/cygwin/dll_init.h +++ b/winsup/cygwin/dll_init.h @@ -119,7