Android: add a compat layer for 'syscall.h'
[urcu.git] / urcu / futex.h
index 906d9b723ae88481fc7874e1409dc24dd80f35eb..bb270c2933fcaf174a67207858addbc35e09982c 100644 (file)
@@ -45,7 +45,7 @@ extern "C" {
  */
 
 #ifdef CONFIG_RCU_HAVE_FUTEX
-#include <sys/syscall.h>
+#include <urcu/syscall-compat.h>
 #define futex(...)     syscall(__NR_futex, __VA_ARGS__)
 #define futex_noasync(uaddr, op, val, timeout, uaddr2, val3)   \
                futex(uaddr, op, val, timeout, uaddr2, val3)
This page took 0.022606 seconds and 4 git commands to generate.