From 54a1c7691bfbfa166e6140260d2f750580f54908 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 19 Oct 2011 16:30:32 +0200 Subject: libdl: remove _dl_ldsopath from libdl.a Signed-off-by: Carmelo Amoroso --- ldso/libdl/libdl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ldso/libdl') diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index 2c8dfbb79..5b519e6d0 100644 --- a/ldso/libdl/libdl.c +++ b/ldso/libdl/libdl.c @@ -101,7 +101,6 @@ const char *_dl_progname = ""; /* Program name */ void *(*_dl_malloc_function)(size_t); void (*_dl_free_function) (void *p); char *_dl_library_path = NULL; /* Where we look for libraries */ -char *_dl_ldsopath = NULL; /* Location of the shared lib loader */ int _dl_errno = 0; /* We can't use the real errno in ldso */ size_t _dl_pagesize = PAGE_SIZE; /* Store the page size for use later */ /* This global variable is also to communicate with debuggers such as gdb. */ -- cgit v1.2.3