x86: allocate membarrier system call number
[urcu.git] / urcu / futex.h
index 13d2b1a0a9c73904563e2b9b46d40d19e3316686..4beb54a3d206f2d68e905dd25233f7e6819a529f 100644 (file)
@@ -57,7 +57,7 @@ extern int compat_futex_async(int32_t *uaddr, int op, int32_t val,
 #include <unistd.h>
 #include <errno.h>
 #include <urcu/compiler.h>
-#include <urcu/syscall-compat.h>
+#include <urcu/arch.h>
 
 static inline int futex(int32_t *uaddr, int op, int32_t val,
                const struct timespec *timeout, int32_t *uaddr2, int32_t val3)
This page took 0.023856 seconds and 4 git commands to generate.