summaryrefslogtreecommitdiff
path: root/ldso/ldso
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-04-27 21:35:24 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-04-27 21:35:24 +0000
commit40648f65b2238d640ba81da83e9b3b385be69b1d (patch)
treec986fafd52ea4cf2b8f47ab39315f5ef7ed701a3 /ldso/ldso
parentf93b91420d04e610d87adb6aa2db2b256fedf0c7 (diff)
Get rid of extern references to ldso variables.
Diffstat (limited to 'ldso/ldso')
-rw-r--r--ldso/ldso/ldso.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index 58498ed01..54da613aa 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -75,8 +75,8 @@ void _dl_debug_state(void)
{
}
-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 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 */
static struct elf_resolve **init_fini_list;
static int nlist; /* # items in init_fini_list */