X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fsyscall-compat.h;h=fa63a7bbee8eda960dfaf4d1709ca0595189ccc2;hp=9b9afec2abd385db214aedda2689a65b17ce2286;hb=a59f39055b5ecb77b68cf78b9839aa9e8e4ec332;hpb=613086f69b4c8e6cc1b73b4e93d6d0497825d1ee diff --git a/urcu/syscall-compat.h b/urcu/syscall-compat.h index 9b9afec..fa63a7b 100644 --- a/urcu/syscall-compat.h +++ b/urcu/syscall-compat.h @@ -31,6 +31,10 @@ #include #elif defined(__linux__) || defined(__GLIBC__) #include + +#elif defined(__CYGWIN__) || defined(__APPLE__) +/* Don't include anything on Cygwin or MacOSX. */ + #else #error "Add platform support to urcu/syscall-compat.h" #endif