Complete removal of urcu-signal flavor
[userspace-rcu.git] / include / urcu / urcu.h
index 8f876782427384391c06c512fee564b3ef8e77bb..4df48e4ba3cd13f443e1d7d19bcd0b7db55b6ab6 100644 (file)
  * 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 <urcu/urcu-memb.h>
-#elif defined(RCU_SIGNAL)
-#include <urcu/urcu-signal.h>
 #elif defined(RCU_MB)
 #include <urcu/urcu-mb.h>
 #else
This page took 0.023514 seconds and 4 git commands to generate.