Rename urcu/urcu-futex.h to urcu/futex.h
[urcu.git] / compat_futex.c
index 9dfcfeb43026639696875cc36367f05a554e0888..28089cc838e0bccf2cb00768f67dbab967c4c653 100644 (file)
@@ -28,7 +28,7 @@
 #include <poll.h>
 
 #include <urcu/arch.h>
-#include <urcu/urcu-futex.h>
+#include <urcu/futex.h>
 
 static pthread_mutex_t compat_futex_lock = PTHREAD_MUTEX_INITIALIZER;
 static pthread_cond_t compat_futex_cond = PTHREAD_COND_INITIALIZER;
This page took 0.022186 seconds and 4 git commands to generate.