From 11a52734e42237bac70a1f4a3ae2ef7e9f751bc4 Mon Sep 17 00:00:00 2001 From: Ron Date: Sat, 27 Jun 2009 04:44:21 +0930 Subject: Check #if feature test macros are defined where they may not be Once again all of these reduce the noise from gcc-4.4. Replaces a few more (USE_TLS && HAVE___THREAD) with USE___THREAD while we need to mess with them for this anyhow. Signed-off-by: Ron Lee Signed-off-by: Mike Frysinger --- libpthread/linuxthreads.old/specific.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/linuxthreads.old/specific.c') diff --git a/libpthread/linuxthreads.old/specific.c b/libpthread/linuxthreads.old/specific.c index 67e8eda4e..8e08aa4d0 100644 --- a/libpthread/linuxthreads.old/specific.c +++ b/libpthread/linuxthreads.old/specific.c @@ -167,7 +167,7 @@ void __pthread_destroy_specifics(void) __pthread_unlock(THREAD_GETMEM(self, p_lock)); } -#if !(defined USE_TLS && HAVE___THREAD) +#ifndef USE___THREAD /* Thread-specific data for libc. */ -- cgit v1.2.3