From: Michael Jeanson Date: Mon, 30 May 2016 19:58:03 +0000 (-0400) Subject: Add GNU Hurd support to syscall-compat.h X-Git-Tag: v0.9.3~19 X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=99c42b70a9e0ce70831524b2f12faa23c233279a Add GNU Hurd support to syscall-compat.h Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu/syscall-compat.h b/urcu/syscall-compat.h index 0e9f26c..9b9afec 100644 --- a/urcu/syscall-compat.h +++ b/urcu/syscall-compat.h @@ -27,7 +27,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#if defined(__ANDROID__) || defined(__sun__) +#if defined(__ANDROID__) || defined(__sun__) || defined(__GNU__) #include #elif defined(__linux__) || defined(__GLIBC__) #include