|
@@ -612,7 +612,9 @@ void *dlsym(void *vhandle, const char *name)
|
|
ElfW(Addr) from;
|
|
ElfW(Addr) from;
|
|
struct dyn_elf *rpnt;
|
|
struct dyn_elf *rpnt;
|
|
void *ret;
|
|
void *ret;
|
|
|
|
+#if defined(USE_TLS) && USE_TLS && defined SHARED
|
|
struct elf_resolve *tls_tpnt = NULL;
|
|
struct elf_resolve *tls_tpnt = NULL;
|
|
|
|
+#endif
|
|
|
|
|
|
#ifdef __UCLIBC_UNDERSCORES__
|
|
#ifdef __UCLIBC_UNDERSCORES__
|
|
char tmp_buf[80];
|
|
char tmp_buf[80];
|