* dll_init.cc (dll_list::alloc): Increase retry count to 1000.
This commit is contained in:
parent
3ddb57fb3f
commit
c43c5c1643
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue