aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2007-05-21 05:25:21 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2007-05-21 05:25:28 -0400
commit913f11ee48edfa78b531e0db9385b640fbf9f6d7 (patch)
tree78afe4bd0dcda0b0fe21746a43efad921f5be4b2 /include
parentfd5d8bf03a9843ec3cdb10c820f409aa04048b52 (diff)
[S390] Wire up signald, timerfd and eventfd syscalls.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-s390/unistd.h5
1 files changed, 4 insertions, 1 deletions
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 @@
253#define __NR_utimes 313 253#define __NR_utimes 313
254/* Number 314 is reserved for new sys_fallocate */ 254/* Number 314 is reserved for new sys_fallocate */
255#define __NR_utimensat 315 255#define __NR_utimensat 315
256#define NR_syscalls 316 256#define __NR_signalfd 316
257#define __NR_timerfd 317
258#define __NR_eventfd 318
259#define NR_syscalls 319
257 260
258/* 261/*
259 * There are some system calls that are not present on 64 bit, some 262 * There are some system calls that are not present on 64 bit, some