From 913f11ee48edfa78b531e0db9385b640fbf9f6d7 Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Mon, 21 May 2007 11:25:21 +0200 Subject: [S390] Wire up signald, timerfd and eventfd syscalls. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- include/asm-s390/unistd.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/asm-s390/unistd.h b/include/asm-s390/unistd.h index 4ed078e47448..790c1c557417 100644 --- a/include/asm-s390/unistd.h +++ b/include/asm-s390/unistd.h @@ -253,7 +253,10 @@ #define __NR_utimes 313 /* Number 314 is reserved for new sys_fallocate */ #define __NR_utimensat 315 -#define NR_syscalls 316 +#define __NR_signalfd 316 +#define __NR_timerfd 317 +#define __NR_eventfd 318 +#define NR_syscalls 319 /* * There are some system calls that are not present on 64 bit, some -- cgit v1.2.2