API prefix standardization: urcu_ -> rcu_
[urcu.git] / urcu / urcu-futex.h
index 95598ad14ccafccebc0615f1ddc6803bf328a34c..69f8961dafca35ad3d67f514600c4f9600074b07 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
  * on the wait-side in compatibility mode.
  */
 
-#ifdef CONFIG_URCU_HAVE_FUTEX
+#ifdef CONFIG_RCU_HAVE_FUTEX
 #include <sys/syscall.h>
 #define futex(...)     syscall(__NR_futex, __VA_ARGS__)
 #define futex_noasync(uaddr, op, val, timeout, uaddr2, val3)   \
This page took 0.022181 seconds and 4 git commands to generate.