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
path: root/winsup
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
parent3ddb57fb3f87d3df37f953eb3c7678ff94ce960a (diff)
* dll_init.cc (dll_list::alloc): Increase retry count to 1000.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/dll_init.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 73ff115a1..9556f1cde 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2001-10-20 Christopher Faylor <cgf@redhat.com>
+ * dll_init.cc (dll_list::alloc): Increase retry count to 1000.
+
+2001-10-20 Christopher Faylor <cgf@redhat.com>
+
* miscfuncs.cc (__check_invalid_read_ptr_errno): New function.
* syscalls.c (_write): Validate that write buffer is accessible for
reading, not writing.
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 *