From d063d164335938d557460bebaa7cfe388157b627 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Sep 2011 16:50:28 -0400 Subject: Remove support for !USE___THREAD --- resolv/res_libc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'resolv/res_libc.c') diff --git a/resolv/res_libc.c b/resolv/res_libc.c index 810fbc804d..1f6b3a19ef 100644 --- a/resolv/res_libc.c +++ b/resolv/res_libc.c @@ -126,12 +126,10 @@ struct __res_state _res __attribute__((section (".bss"))); #include -#if USE___THREAD #undef __resp __thread struct __res_state *__resp = &_res; extern __thread struct __res_state *__libc_resp __attribute__ ((alias ("__resp"))) attribute_hidden; -#endif /* We declare this with compat_symbol so that it's not visible at link time. Programs must use the accessor functions. */ -- cgit v1.2.3