diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2006-10-18 18:30:45 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-10-18 18:30:45 +0200 |
commit | f5956f84072804712cb7b663c5c64e9800180833 (patch) | |
tree | bc18665c8c9bf399e5c99dde02036a3e63bb8848 /include | |
parent | 8b42f5c20251060cb1ab875459fe66ad7bb92cbd (diff) |
[S390] Wire up epoll_pwait syscall.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-s390/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-s390/unistd.h b/include/asm-s390/unistd.h index a19238cbcffa..71d3c21b84f0 100644 --- a/include/asm-s390/unistd.h +++ b/include/asm-s390/unistd.h @@ -249,8 +249,9 @@ #define __NR_vmsplice 309 /* Number 310 is reserved for new sys_move_pages */ #define __NR_getcpu 311 +#define __NR_epoll_pwait 312 -#define NR_syscalls 312 +#define NR_syscalls 313 /* * There are some system calls that are not present on 64 bit, some |