Sophie

Sophie

distrib > Arklinux > devel > x86_64 > by-pkgid > 044ab54737de8e8bb20e21661b8818b3 > files > 12

uClibc-0.9.28-0.10391.1ark.src.rpm

--- uClibc/ldso/ldso/ldso.c.ark	2005-04-04 19:53:59.000000000 +0200
+++ uClibc/ldso/ldso/ldso.c	2005-04-04 19:54:05.000000000 +0200
@@ -75,8 +75,8 @@
 {
 }
 
-static unsigned char *_dl_malloc_addr = 0;	/* Lets _dl_malloc use the already allocated memory page */
-static unsigned char *_dl_mmap_zero   = 0;	/* Also used by _dl_malloc */
+unsigned char *_dl_malloc_addr = 0;	/* Lets _dl_malloc use the already allocated memory page */
+unsigned char *_dl_mmap_zero   = 0;	/* Also used by _dl_malloc */
 
 static struct elf_resolve **init_fini_list;
 static int nlist; /* # items in init_fini_list */