API prefix standardization: urcu_ -> rcu_
[urcu.git] / tests / urcutorture.c
index 929d171b862717ab985bcde59407f1678c3fbe21..7bebf6acf128c48c442a521f979101c285da044c 100644 (file)
@@ -3,6 +3,7 @@
 #include <poll.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <errno.h>
 #include <urcu/arch.h>
 #include "api.h"
 #define _LGPL_SOURCE
@@ -11,7 +12,7 @@
 #include <urcu.h>
 #endif
 #ifdef TORTURE_URCU_MB
-#define URCU_MB
+#define RCU_MB
 #include <urcu.h>
 #endif
 #ifdef TORTURE_QSBR
This page took 0.02324 seconds and 4 git commands to generate.