Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-10-28 21:34:29 +0400
committerChristopher Faylor <me@cgf.cx>2004-10-28 21:34:29 +0400
commit22cf17b31fb65839f1a99976988a06ed025e8da5 (patch)
treed735d99b2c81247885cf2b6f178cd8e8340253d2 /winsup/cygwin/fork.cc
parent334ba104fe68b9f519ab78b08b18a49ac0327c44 (diff)
* fork.cc (NPIDS_HELD): Reduce to former number now that bash problem has been
identified.
Diffstat (limited to 'winsup/cygwin/fork.cc')
-rw-r--r--winsup/cygwin/fork.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc
index 08edff220..187fcdc57 100644
--- a/winsup/cygwin/fork.cc
+++ b/winsup/cygwin/fork.cc
@@ -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. */