futex: include syscall.h instead of sys/syscall.h
[urcu.git] / urcu / futex.h
index 906d9b723ae88481fc7874e1409dc24dd80f35eb..cdaa430003ad6dfca0f5d7537ff4a1d021889a7e 100644 (file)
@@ -45,7 +45,7 @@ extern "C" {
  */
 
 #ifdef CONFIG_RCU_HAVE_FUTEX
-#include <sys/syscall.h>
+#include <syscall.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.022896 seconds and 4 git commands to generate.