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
parent334ba104fe68b9f519ab78b08b18a49ac0327c44 (diff)
* fork.cc (NPIDS_HELD): Reduce to former number now that bash problem has been
identified.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/fork.cc2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index dfa658dfd..732483b20 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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
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. */