X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Furcu-futex.h;h=69f8961dafca35ad3d67f514600c4f9600074b07;hp=95598ad14ccafccebc0615f1ddc6803bf328a34c;hb=02be55611d3b1c7bf4fdfcb3a9c98f621882d417;hpb=94b7b9d25402e563a44651e65a29c88d41255bca diff --git a/urcu/urcu-futex.h b/urcu/urcu-futex.h index 95598ad..69f8961 100644 --- a/urcu/urcu-futex.h +++ b/urcu/urcu-futex.h @@ -41,7 +41,7 @@ extern "C" { * on the wait-side in compatibility mode. */ -#ifdef CONFIG_URCU_HAVE_FUTEX +#ifdef CONFIG_RCU_HAVE_FUTEX #include #define futex(...) syscall(__NR_futex, __VA_ARGS__) #define futex_noasync(uaddr, op, val, timeout, uaddr2, val3) \