From 44ae774bed1a75ea926590f1bc7c9f3328219832 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 12 Feb 2015 23:30:10 +0100 Subject: Stop using IS_IN * pthread/pt-create.c: Use IS_IN (libpthread) instead of IS_IN_libpthread * pthread/pt-initialize.c: Likewise. * pthread/pt-internal.h: Likewise. --- 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 79db55c..fb9267e 100644 --- a/pthread/pt-internal.h +++ b/pthread/pt-internal.h @@ -56,7 +56,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 @@ -66,7 +66,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