X-Git-Url: http://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Furcu.h;fp=include%2Furcu%2Furcu.h;h=4df48e4ba3cd13f443e1d7d19bcd0b7db55b6ab6;hp=8f876782427384391c06c512fee564b3ef8e77bb;hb=aad674a9a583e09e854145f18c5d8854269dce8c;hpb=3d003c571cd461aba1935e5d21e1e04da7183970 diff --git a/include/urcu/urcu.h b/include/urcu/urcu.h index 8f87678..4df48e4 100644 --- a/include/urcu/urcu.h +++ b/include/urcu/urcu.h @@ -17,14 +17,12 @@ * IBM's contributions to this file may be relicensed under LGPLv2 or later. */ -#if !defined(RCU_MEMBARRIER) && !defined(RCU_SIGNAL) && !defined(RCU_MB) +#if !defined(RCU_MEMBARRIER) && !defined(RCU_MB) #define RCU_MEMBARRIER #endif #ifdef RCU_MEMBARRIER #include -#elif defined(RCU_SIGNAL) -#include #elif defined(RCU_MB) #include #else