[lxc-devel] [PATCH 06/17] Add arm defines for __NR_signalfd(4)

Serge Hallyn serge.hallyn at ubuntu.com
Fri Aug 16 15:29:27 UTC 2013


Quoting Stéphane Graber (stgraber at ubuntu.com):
> Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>

Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>

> ---
>  src/lxc/utils.h | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/src/lxc/utils.h b/src/lxc/utils.h
> index 1818ee3..cd08f05 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
>  
> -- 
> 1.8.3.2
> 
> 
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead. 
> Download for free and get started troubleshooting in minutes. 
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> Lxc-devel mailing list
> Lxc-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxc-devel




More information about the lxc-devel mailing list