summaryrefslogtreecommitdiff
path: root/winsup/cygwin/dll_init.cc
diff options
context:
space:
mode:
authorrbcollins <rbcollins>2002-01-04 03:56:03 +0000
committerrbcollins <rbcollins>2002-01-04 03:56:03 +0000
commitd686b8f6442a3304135c48c7aaffabafbb7ac772 (patch)
tree9f3a2af0fc62caec88e52cc44521f85beb39e0e9 /winsup/cygwin/dll_init.cc
parent4f314ae7456a93c8003de818664572a744400bef (diff)
downloadgdb-d686b8f6442a3304135c48c7aaffabafbb7ac772.tar.gz
Merged changes from HEAD
Diffstat (limited to 'winsup/cygwin/dll_init.cc')
-rw-r--r--winsup/cygwin/dll_init.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc
index d4dcca0e93b..e5e650fa970 100644
--- a/winsup/cygwin/dll_init.cc
+++ b/winsup/cygwin/dll_init.cc
@@ -8,6 +8,7 @@ details. */
#include "winsup.h"
#include <stdlib.h>
+#include <errno.h>
#include "exceptions.h"
#include "cygerrno.h"
#include "perprocess.h"
@@ -97,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 *