Map symbols to allow multiple RCU flavors to be used in one binary
[urcu.git] / tests / urcutorture.c
index 7e3860615c999d793074b5f5698fc4dfbb5e6772..a098d875d60b8a6e76120f2d9f83f890951e3a4d 100644 (file)
@@ -3,10 +3,27 @@
 #include <poll.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <errno.h>
 #include <urcu/arch.h>
 #include "api.h"
 #define _LGPL_SOURCE
+
+#ifdef RCU_MEMBARRIER
 #include <urcu.h>
+#endif
+#ifdef RCU_SIGNAL
+#include <urcu.h>
+#endif
+#ifdef RCU_MB
+#include <urcu.h>
+#endif
+#ifdef RCU_QSBR
+#include <urcu-qsbr.h>
+#endif
+#ifdef RCU_BP
+#include <urcu-bp.h>
+#endif
+
 #include <urcu/uatomic_arch.h>
 #include <urcu/rculist.h>
 #include "rcutorture.h"
This page took 0.022423 seconds and 4 git commands to generate.