diff options
| -rw-r--r-- | ldso/libdl/libdl.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index 3957e846f..028b9ad05 100644 --- a/ldso/libdl/libdl.c +++ b/ldso/libdl/libdl.c @@ -612,7 +612,9 @@ void *dlsym(void *vhandle, const char *name)  	ElfW(Addr) from;  	struct dyn_elf *rpnt;  	void *ret; +#if defined(USE_TLS) && USE_TLS && defined SHARED  	struct elf_resolve *tls_tpnt = NULL; +#endif  	/* Nastiness to support underscore prefixes.  */  #ifdef __UCLIBC_UNDERSCORES__  	char tmp_buf[80];  | 
