tests: only include syscall.h on linux systems
[urcu.git] / tests / test_perthreadlock_timing.c
index 26b642af1cbca9a17b012ea57ac852c360243aa3..bc20ed0599cf4610fe42146f6456da90fc66f3d3 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.022826 seconds and 4 git commands to generate.