Add support for OpenBSD
[urcu.git] / include / urcu / syscall-compat.h
index fa63a7bbee8eda960dfaf4d1709ca0595189ccc2..eaac6790057362fc6c276168dee65b45940c0536 100644 (file)
 #elif defined(__linux__) || defined(__GLIBC__)
 #include <syscall.h>
 
-#elif defined(__CYGWIN__) || defined(__APPLE__)
-/* Don't include anything on Cygwin or MacOSX. */
+#elif defined(__CYGWIN__) || defined(__APPLE__) || \
+       defined(__FreeBSD__) || defined(__DragonFly__) || \
+       defined(__OpenBSD__)
+/* Don't include anything on these platforms. */
 
 #else
 #error "Add platform support to urcu/syscall-compat.h"
This page took 0.023307 seconds and 4 git commands to generate.