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>2001-09-10 04:19:06 +0400
committerChristopher Faylor <me@cgf.cx>2001-09-10 04:19:06 +0400
commit6409b03b1ad89db4a4e47ec1e20468d9ec4a4b80 (patch)
tree9aeddcbd47474139f88841123b80014e542c2329 /winsup/cygwin/sigproc.cc
parentac9841a0702bb535aed64d21a6e1f3ed80c29482 (diff)
* sigproc.cc (NZOMBIES): Reduce substantially to minimize memory use.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index a4b9168e4..d3323ab78 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -46,7 +46,7 @@ details. */
#define no_signals_available() (!hwait_sig || !sig_loop_wait)
-#define NZOMBIES 4096
+#define NZOMBIES 256
/*
* Global variables