From: Mathieu Desnoyers Date: Wed, 22 Jun 2016 15:34:26 +0000 (-0400) Subject: Fix: syscall-compat.h MacOSX support X-Git-Tag: v0.10.0~40 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=fe8299e43471c0bb0ef6759d6ffba2fe74d8177e Fix: syscall-compat.h MacOSX support Signed-off-by: Mathieu Desnoyers --- 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"