From: Brian Jepson Date: Sun, 24 Jun 2001 12:13:21 +0000 (-0400) Subject: Patch: pp_system() bounces out of Cygwin subsystem X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=273b0206b8797b55ea5c05965028980ae791780b;p=p5sagit%2Fp5-mst-13.2.git Patch: pp_system() bounces out of Cygwin subsystem Message-ID: p4raw-id: //depot/perl@10898 --- diff --git a/pp_sys.c b/pp_sys.c index 2094fdd..d3cf17f 100644 --- a/pp_sys.c +++ b/pp_sys.c @@ -3986,7 +3986,7 @@ PP(pp_system) } } PERL_FLUSHALL_FOR_CHILD; -#if (defined(HAS_FORK) || defined(AMIGAOS)) && !defined(VMS) && !defined(OS2) && !defined(__CYGWIN__) || defined(PERL_MICRO) +#if (defined(HAS_FORK) || defined(AMIGAOS)) && !defined(VMS) && !defined(OS2) || defined(PERL_MICRO) { Pid_t childpid; int status;