aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-s390/unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-s390/unistd.h')
-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