|
@@ -75,8 +75,8 @@ void _dl_debug_state(void)
|
|
|
{
|
|
|
}
|
|
|
|
|
|
-static unsigned char *_dl_malloc_addr = 0;
|
|
|
-static unsigned char *_dl_mmap_zero = 0;
|
|
|
+unsigned char *_dl_malloc_addr = 0;
|
|
|
+unsigned char *_dl_mmap_zero = 0;
|
|
|
|
|
|
static struct elf_resolve **init_fini_list;
|
|
|
static int nlist;
|