X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=urcu%2Fsyscall-compat.h;h=fa63a7bbee8eda960dfaf4d1709ca0595189ccc2;hb=75906a2c1a0d8ab1065ecb41898b4ea84d5c835f;hp=9b9afec2abd385db214aedda2689a65b17ce2286;hpb=99c42b70a9e0ce70831524b2f12faa23c233279a;p=userspace-rcu.git 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