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.10.0~45 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=613086f69b4c8e6cc1b73b4e93d6d0497825d1ee;hp=d1c678425415ed986d0101d5d9ab228b160b2fc3 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