X-Git-Url: http://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Fsyscall-compat.h;h=23b266ef561875a59e4bba9e2dfc83c7a44a3928;hp=fa63a7bbee8eda960dfaf4d1709ca0595189ccc2;hb=80a92637ed8c85bb466791b105fc59f279e5bb15;hpb=5b46e39d0e4d2592853c7bfc11add02b1101c04b diff --git a/include/urcu/syscall-compat.h b/include/urcu/syscall-compat.h index fa63a7b..23b266e 100644 --- a/include/urcu/syscall-compat.h +++ b/include/urcu/syscall-compat.h @@ -32,8 +32,9 @@ #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__) +/* Don't include anything on these platforms. */ #else #error "Add platform support to urcu/syscall-compat.h"