|
@@ -51,8 +51,7 @@ int _dl_map_cache(void)
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
if (_dl_stat(LDSO_CACHE, &st)
|
|
if (_dl_stat(LDSO_CACHE, &st)
|
|
- || (fd = _dl_open(LDSO_CACHE, O_RDONLY, 0)) < 0) {
|
|
|
|
- _dl_dprintf(2, "%s: can't open cache '%s'\n", _dl_progname, LDSO_CACHE);
|
|
|
|
|
|
+ || (fd = _dl_open(LDSO_CACHE, O_RDONLY, 0)) < 0) {
|
|
_dl_cache_addr = (caddr_t) - 1; /* so we won't try again */
|
|
_dl_cache_addr = (caddr_t) - 1; /* so we won't try again */
|
|
return -1;
|
|
return -1;
|
|
}
|
|
}
|