X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fsyscall-compat.h;h=fa63a7bbee8eda960dfaf4d1709ca0595189ccc2;hp=d603db21d146bb01254efb83848381c9e6e4f1ff;hb=a0307b90e502a48cc73ca936bce0792f5566ba64;hpb=5e4d8998d80239836d4fbceb21d1bc52979e8dad diff --git a/urcu/syscall-compat.h b/urcu/syscall-compat.h index d603db2..fa63a7b 100644 --- a/urcu/syscall-compat.h +++ b/urcu/syscall-compat.h @@ -32,8 +32,8 @@ #elif defined(__linux__) || defined(__GLIBC__) #include -#elif defined(__CYGWIN__) -/* Don't include anything on Cygwin. */ +#elif defined(__CYGWIN__) || defined(__APPLE__) +/* Don't include anything on Cygwin or MacOSX. */ #else #error "Add platform support to urcu/syscall-compat.h"