From bd4174619eaff105643360fe4e6ff928d7ae0ab2 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 26 Jan 2012 16:35:34 +0000 Subject: * sigproc.cc (child_info::retry_count): Default to 1. --- winsup/cygwin/sigproc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/sigproc.cc') diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 01278ef80..6b0f01313 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -821,7 +821,7 @@ out: return rc; } -int child_info::retry_count = 10; +int child_info::retry_count = 1; /* Initialize some of the memory block passed to child processes by fork/spawn/exec. */ -- cgit v1.2.3