From: Stéphane Graber Date: Fri, 16 Aug 2013 10:25:28 +0000 (+0200) Subject: Add arm defines for __NR_signalfd(4) X-Git-Tag: lxc-1.0.0.alpha1~1^2~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=180edd67022017351a6546b4aa79bcaefada01c8;p=thirdparty%2Flxc.git Add arm defines for __NR_signalfd(4) Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- 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