tests: only include syscall.h on linux systems
[urcu.git] / tests / test_rwlock.c
index deca53bd75f437539cf9a44131002293b3d96e00..9c8f97e39cf2232be5f461a655102ba1c3feac07 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.022361 seconds and 4 git commands to generate.