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>
# define __NR_signalfd4 327
# elif __x86_64__
# define __NR_signalfd4 289
+# elif __powerpc__
+# define __NR_signalfd4 313
# elif __s390x__
# define __NR_signalfd4 322
# endif
# define __NR_signalfd 321
# elif __x86_64__
# define __NR_signalfd 282
+# elif __powerpc__
+# define __NR_signalfd 305
# elif __s390x__
# define __NR_signalfd 316
# endif