Fix choice of default flavour in urcu/map/urcu.h
[urcu.git] / urcu / map / urcu.h
index b55e304afe60af9933992b3e6be11a3ba96ac7c2..5942fad207102784e0c0f7f14f53734807c1de88 100644 (file)
@@ -35,7 +35,7 @@
 /* Mapping macros to allow multiple flavors in a single binary. */
 
 #if !defined(RCU_MEMBARRIER) && !defined(RCU_SIGNAL) && !defined(RCU_MB)
-#define RCU_MB
+#define RCU_MEMBARRIER
 #endif
 
 #ifdef RCU_MEMBARRIER
This page took 0.023018 seconds and 4 git commands to generate.