X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Furcu%2Fsyscall-compat.h;h=eaac6790057362fc6c276168dee65b45940c0536;hb=11f3d1c24e6179abf8247611c5308f41d95389a1;hp=fa63a7bbee8eda960dfaf4d1709ca0595189ccc2;hpb=6893800a4d1cc14dff0395ddcd660a5138db183d;p=urcu.git diff --git a/include/urcu/syscall-compat.h b/include/urcu/syscall-compat.h index fa63a7b..eaac679 100644 --- a/include/urcu/syscall-compat.h +++ b/include/urcu/syscall-compat.h @@ -32,8 +32,10 @@ #elif defined(__linux__) || defined(__GLIBC__) #include -#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"