From 180edd67022017351a6546b4aa79bcaefada01c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 16 Aug 2013 12:25:28 +0200 Subject: [PATCH] Add arm defines for __NR_signalfd(4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- src/lxc/utils.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lxc/utils.h b/src/lxc/utils.h index 1818ee3de..cd08f054f 100644 --- a/src/lxc/utils.h +++ b/src/lxc/utils.h @@ -114,6 +114,8 @@ struct signalfd_siginfo # define __NR_signalfd4 313 # elif __s390x__ # define __NR_signalfd4 322 +# elif __arm__ +# define __NR_signalfd4 355 # endif #endif @@ -127,6 +129,8 @@ struct signalfd_siginfo # define __NR_signalfd 305 # elif __s390x__ # define __NR_signalfd 316 +# elif __arm__ +# define __NR_signalfd 349 # endif #endif