X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fsyscall-compat.h;fp=urcu%2Fsyscall-compat.h;h=fa63a7bbee8eda960dfaf4d1709ca0595189ccc2;hp=d603db21d146bb01254efb83848381c9e6e4f1ff;hb=fe8299e43471c0bb0ef6759d6ffba2fe74d8177e;hpb=18207099aa529b1ae7d9236a8375d0df0674c2d5 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"