Fixes to allow building on Power
[urcu.git] / tests / test_rwlock_timing.c
index b26f83dcc9035c20ea878896bc8b1477eaa64a76..869017ea9a1d0dc8a250d3a88de47d7d86ec02d4 100644 (file)
 #include <assert.h>
 #include <sys/syscall.h>
 #include <pthread.h>
-#include <urcu/arch.h>
+#include <errno.h>
 
-/* Make this big enough to include the POWER5+ L3 cacheline size of 256B */
-#define CACHE_LINE_SIZE 4096
+#include <urcu/arch.h>
 
 #if defined(_syscall0)
 _syscall0(pid_t, gettid)
This page took 0.022476 seconds and 4 git commands to generate.