From 23f9ae74c645691a00004bc9d85741f3ca4bafa9 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 6 May 2015 23:56:14 +0200 Subject: Revert "Revert "Stop using IS_IN"" This reverts commit c6fc9fbb8e0d2e0a8147197c31589cdc96497e07. --- pthread/pt-internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pthread/pt-internal.h') diff --git a/pthread/pt-internal.h b/pthread/pt-internal.h index f40dd4a..18b5b4c 100644 --- a/pthread/pt-internal.h +++ b/pthread/pt-internal.h @@ -60,7 +60,7 @@ enum pthread_state # define PTHREAD_SYSDEP_MEMBERS #endif -#ifndef IS_IN_libpthread +#if !(IS_IN (libpthread)) #ifdef ENABLE_TLS /* Type of the TCB. */ typedef struct @@ -70,7 +70,7 @@ typedef struct thread_t self; /* This thread's control port. */ } tcbhead_t; #endif /* ENABLE_TLS */ -#endif /* IS_IN_libpthread */ +#endif /* ! IS_IN (libpthread) */ /* This structure describes a POSIX thread. */ struct __pthread -- cgit v1.2.3