From 613086f69b4c8e6cc1b73b4e93d6d0497825d1ee Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 30 May 2016 15:58:03 -0400 Subject: [PATCH 1/1] Add GNU Hurd support to syscall-compat.h Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- urcu/syscall-compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1