Linux Container Development
 help / color / mirror / Atom feed
* [PATCH 1/1] define s390x signalfd for old headers
@ 2009-03-09 16:35 Serge E. Hallyn
       [not found] ` <20090309163551.GA23210-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Serge E. Hallyn @ 2009-03-09 16:35 UTC (permalink / raw)
  To: Daniel Lezcano; +Cc: Linux Containers

define s390x signalfd for systems with headers which are too
old.

Signed-off-by: Serge Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
---
 src/lxc/start.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/lxc/start.c b/src/lxc/start.c
index 410235c..476d695 100644
--- a/src/lxc/start.c
+++ b/src/lxc/start.c
@@ -51,6 +51,8 @@
 #      define __NR_signalfd4 327
 #    elif __x86_64__
 #      define __NR_signalfd4 289
+#    elif __s390x__
+#      define __NR_signalfd4 322
 #    endif
 #endif
 
@@ -60,6 +62,8 @@
 #      define __NR_signalfd 321
 #    elif __x86_64__
 #      define __NR_signalfd 282
+#    elif __s390x__
+#      define __NR_signalfd 316
 #    endif
 #endif
 
-- 
1.6.1.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] define s390x signalfd for old headers
       [not found] ` <20090309163551.GA23210-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
@ 2009-03-09 16:42   ` Daniel Lezcano
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Lezcano @ 2009-03-09 16:42 UTC (permalink / raw)
  To: Serge E. Hallyn; +Cc: Linux Containers

Serge E. Hallyn wrote:
> define s390x signalfd for systems with headers which are too
> old.
> 
> Signed-off-by: Serge Hallyn <serue-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
> ---

Applied, thanks Serge.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-09 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09 16:35 [PATCH 1/1] define s390x signalfd for old headers Serge E. Hallyn
     [not found] ` <20090309163551.GA23210-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2009-03-09 16:42   ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox