From 6a9087f96b69f1b8cea5cee76a27784d2b131cd2 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 20 May 2008 08:46:37 +0000 Subject: - avoid warning due to undefined preprocessor token --- libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread') diff --git a/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h b/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h index ce56ea30d..2b889e621 100644 --- a/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h +++ b/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h @@ -37,7 +37,7 @@ enum __libc_tsd_key_t { _LIBC_TSD_KEY_MALLOC = 0, #include -#if USE_TLS && HAVE___THREAD +#if defined(USE_TLS) && USE_TLS && HAVE___THREAD /* When __thread works, the generic definition is what we want. */ # include -- cgit v1.2.3