Cleanup: remove trailing whitespaces at EOL
[urcu.git] / urcu / futex.h
index 13d2b1a0a9c73904563e2b9b46d40d19e3316686..4d16cfa5201453954dc7e6233372ea6969d23c26 100644 (file)
@@ -28,7 +28,7 @@
 
 #ifdef __cplusplus
 extern "C" {
-#endif 
+#endif
 
 #define FUTEX_WAIT             0
 #define FUTEX_WAKE             1
@@ -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)
@@ -109,7 +109,7 @@ static inline int futex_async(int32_t *uaddr, int op, int32_t val,
 
 #endif
 
-#ifdef __cplusplus 
+#ifdef __cplusplus
 }
 #endif
 
This page took 0.023039 seconds and 4 git commands to generate.