tests: only include syscall.h on linux systems
[urcu.git] / tests / test_qsbr.c
index 99da27c6a97564c5c015ee34b08174cd99ccde28..12346c3cea2d0701cf6c3ab45afc30ba61fb7f32 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.021798 seconds and 4 git commands to generate.