* acconfig.h: Add support for NEWVFORK.
* config.h.in: Ditto. * configure.in: Add --enable-vfork option. * configure: Regenerate. * dcrt0.cc (quoted): Detect and fix up quoted backslashes. * sigproc.cc (proc_subproc): Correctly name handle of newly added child process to avoid erroneous debugging messages about closing the wrong handle.
This commit is contained in:
@@ -9,3 +9,6 @@
|
||||
|
||||
/* Define if building thread-safe Cygwin DLL. */
|
||||
#undef _MT_SAFE
|
||||
|
||||
/* Define if using new vfork functionality. */
|
||||
#undef NEWVFORK
|
||||
|
Reference in New Issue
Block a user