OSDN Git Service

* fork.cc (NPIDS_HELD): Reduce to former number now that bash problem has been
authorcgf <cgf>
Thu, 28 Oct 2004 17:34:28 +0000 (17:34 +0000)
committercgf <cgf>
Thu, 28 Oct 2004 17:34:28 +0000 (17:34 +0000)
identified.

winsup/cygwin/ChangeLog
winsup/cygwin/fork.cc

index dfa658d..732483b 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-28  Christopher Faylor  <cgf@timesys.com>
+
+       * fork.cc (NPIDS_HELD): Reduce to former number now that bash problem
+       has been identified.
+
 2004-10-28  Pierre Humblet <pierre.humblet@ieee.org>
 
        * path.cc (mount_info::from_registry): Deimpersonate while
index 08edff2..187fcdc 100644 (file)
@@ -31,7 +31,7 @@ details. */
 #include "cygmalloc.h"
 #include "cygthread.h"
 
-#define NPIDS_HELD 8
+#define NPIDS_HELD 4
 
 /* Timeout to wait for child to start, parent to init child, etc.  */
 /* FIXME: Once things stabilize, bump up to a few minutes.  */