tests: only include syscall.h on linux systems
[urcu.git] / tests / test_urcu.c
index bbdb2d8f4ac33abe82aa23ce6a8844a2db179b89..f1b2f21b1044cf32b7bd5c0515dcd556789eefbe 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.022126 seconds and 4 git commands to generate.