Commit 47f38330 by Serge E. Hallyn Committed by Daniel Lezcano

define s390x signalfd for old headers

define s390x signalfd for systems with headers which are too old. Signed-off-by: 's avatarSerge Hallyn <serue@us.ibm.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 8ca61733
...@@ -51,6 +51,8 @@ ...@@ -51,6 +51,8 @@
# define __NR_signalfd4 327 # define __NR_signalfd4 327
# elif __x86_64__ # elif __x86_64__
# define __NR_signalfd4 289 # define __NR_signalfd4 289
# elif __s390x__
# define __NR_signalfd4 322
# endif # endif
#endif #endif
...@@ -60,6 +62,8 @@ ...@@ -60,6 +62,8 @@
# define __NR_signalfd 321 # define __NR_signalfd 321
# elif __x86_64__ # elif __x86_64__
# define __NR_signalfd 282 # define __NR_signalfd 282
# elif __s390x__
# define __NR_signalfd 316
# endif # endif
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment