From bc488462fd2a9293ec9e27824fd58e1c14caaa4e Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 5 Feb 2007 12:17:12 +0000 Subject: - silence warning about using an undefined token --- libpthread/linuxthreads/descr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread') diff --git a/libpthread/linuxthreads/descr.h b/libpthread/linuxthreads/descr.h index f99638396..0f50d4deb 100644 --- a/libpthread/linuxthreads/descr.h +++ b/libpthread/linuxthreads/descr.h @@ -130,7 +130,7 @@ struct _pthread_descr_struct void *__padding[16]; } p_header; # define p_multiple_threads p_header.data.multiple_threads -#elif TLS_MULTIPLE_THREADS_IN_TCB +#elif defined TLS_MULTIPLE_THREADS_IN_TCB && TLS_MULTIPLE_THREADS_IN_TCB int p_multiple_threads; #endif -- cgit v1.2.3