Add FreeBSD, DragonFly to syscall-compat.h
[urcu.git] / include / urcu / syscall-compat.h
index fa63a7bbee8eda960dfaf4d1709ca0595189ccc2..23b266ef561875a59e4bba9e2dfc83c7a44a3928 100644 (file)
@@ -32,8 +32,9 @@
 #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__)
+/* Don't include anything on these platforms. */
 
 #else
 #error "Add platform support to urcu/syscall-compat.h"
This page took 0.022068 seconds and 4 git commands to generate.