How to make child of failed fork exit cleanly? (solved)

Christopher Faylor cgf-use-the-mailinglist-please@cygwin.com
Wed May 4 06:00:00 GMT 2011


On Wed, May 04, 2011 at 01:33:23AM -0400, Ryan Johnson wrote:
>The fix is easy, at least (pinfo.h):
>-  pinfo () {}
>+  pinfo () : procinfo(NULL), destroy(false) {}

You don't need both.  I'll add a change to just do procinfo (NULL).

Thanks.

cgf



More information about the Cygwin-developers mailing list