tests: only include syscall.h on linux systems
[urcu.git] / tests / test_rwlock_timing.c
index 96269c08b46a580ce65a7acb0cd523d1b75873e0..628bed459af61e38afada3626e2b05e8dd659ab6 100644 (file)
 #include <unistd.h>
 #include <stdio.h>
 #include <assert.h>
-#include <sys/syscall.h>
 #include <pthread.h>
 #include <errno.h>
 
 #include <urcu/arch.h>
 
+#ifdef __linux__
+#include <syscall.h>
+#endif
+
 #if defined(_syscall0)
 _syscall0(pid_t, gettid)
 #elif defined(__NR_gettid)
This page took 0.023098 seconds and 4 git commands to generate.