Complete removal of urcu-signal flavor
[urcu.git] / include / urcu / static / urcu.h
index 3351b5eec9ec2547012d27dd7367d80329733f61..c164ae31bca00947e2259594a46d48f48ae1d341 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /* Default is RCU_MEMBARRIER */
-#if !defined(RCU_MEMBARRIER) && !defined(RCU_MB) && !defined(RCU_SIGNAL)
+#if !defined(RCU_MEMBARRIER) && !defined(RCU_MB)
 #define RCU_MEMBARRIER
 #endif
 
@@ -28,8 +28,4 @@
 #include <urcu/static/urcu-mb.h>
 #endif
 
-#ifdef RCU_SIGNAL
-#include <urcu/static/urcu-signal.h>
-#endif
-
 #endif /* _URCU_STATIC_H */
This page took 0.023011 seconds and 4 git commands to generate.