tests: only include syscall.h on linux systems
[urcu.git] / tests / test_qsbr_gc.c
index c9b3f4a8d78d25776a3267d7b6fa91c264b15801..0c1c124ae6773e07c203d6e4b219272b8589de39 100644 (file)
 #include <unistd.h>
 #include <stdio.h>
 #include <assert.h>
-#include <sys/syscall.h>
 #include <sched.h>
 #include <errno.h>
 
 #include <urcu/arch.h>
 
+#ifdef __linux__
+#include <syscall.h>
+#endif
+
 /* hardcoded number of CPUs */
 #define NR_CPUS 16384
 
This page took 0.02224 seconds and 4 git commands to generate.