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-10-21 07:38:41 +0400
committerChristopher Faylor <me@cgf.cx>2001-10-21 07:38:41 +0400
commitc43c5c164383dbfd0401f77a92b648d711f529ea (patch)
tree7fae1336ba88d065f890783bff107936a27de72f /winsup/cygwin/dll_init.cc
parent3ddb57fb3f87d3df37f953eb3c7678ff94ce960a (diff)
* dll_init.cc (dll_list::alloc): Increase retry count to 1000.
Diffstat (limited to 'winsup/cygwin/dll_init.cc')
-rw-r--r--winsup/cygwin/dll_init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc
index 7a38422cc..e5e650fa9 100644
--- a/winsup/cygwin/dll_init.cc
+++ b/winsup/cygwin/dll_init.cc
@@ -98,7 +98,7 @@ dll_list::operator[] (const char *name)
return NULL;
}
-#define RETRIES 100
+#define RETRIES 1000
/* Allocate space for a dll struct contiguous with the just-loaded dll. */
dll *