X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=urcu%2Fsyscall-compat.h;h=d603db21d146bb01254efb83848381c9e6e4f1ff;hb=e591193d037fc5045e00bf00db3dbe5f86b0f9b6;hp=9b9afec2abd385db214aedda2689a65b17ce2286;hpb=99c42b70a9e0ce70831524b2f12faa23c233279a;p=userspace-rcu.git diff --git a/urcu/syscall-compat.h b/urcu/syscall-compat.h index 9b9afec..d603db2 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__) +/* Don't include anything on Cygwin. */ + #else #error "Add platform support to urcu/syscall-compat.h" #endif