mirror of
git://github.com/lxc/lxc
synced 2025-08-31 07:19:36 +00:00
Add powerpc signalfd syscall numbers
Add signalfd and signalfd4 syscall number definitions for powerpc so that we may compile even with older platform headers. Signed-off-by: Matt Helsley <matthltc@us.ibm.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
committed by
Daniel Lezcano
parent
3619350200
commit
bfa3802503
@@ -51,6 +51,8 @@
|
||||
# define __NR_signalfd4 327
|
||||
# elif __x86_64__
|
||||
# define __NR_signalfd4 289
|
||||
# elif __powerpc__
|
||||
# define __NR_signalfd4 313
|
||||
# elif __s390x__
|
||||
# define __NR_signalfd4 322
|
||||
# endif
|
||||
@@ -62,6 +64,8 @@
|
||||
# define __NR_signalfd 321
|
||||
# elif __x86_64__
|
||||
# define __NR_signalfd 282
|
||||
# elif __powerpc__
|
||||
# define __NR_signalfd 305
|
||||
# elif __s390x__
|
||||
# define __NR_signalfd 316
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user