From: Sebastien Boisvert Date: Thu, 2 Jun 2016 03:01:37 +0000 (-0400) Subject: Port: fix compatibility header for Cygwin X-Git-Tag: v0.10.0~44 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=5e4d8998d80239836d4fbceb21d1bc52979e8dad;hp=613086f69b4c8e6cc1b73b4e93d6d0497825d1ee Port: fix compatibility header for Cygwin Signed-off-by: Sebastien Boisvert Signed-off-by: Mathieu Desnoyers --- 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