diff options
Diffstat (limited to 'arch/s390/include/asm/unistd.h')
-rw-r--r-- | arch/s390/include/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/s390/include/asm/unistd.h b/arch/s390/include/asm/unistd.h index 65f11efdd94c..e00373061fc9 100644 --- a/arch/s390/include/asm/unistd.h +++ b/arch/s390/include/asm/unistd.h | |||
@@ -274,7 +274,8 @@ | |||
274 | #define __NR_prlimit64 334 | 274 | #define __NR_prlimit64 334 |
275 | #define __NR_name_to_handle_at 335 | 275 | #define __NR_name_to_handle_at 335 |
276 | #define __NR_open_by_handle_at 336 | 276 | #define __NR_open_by_handle_at 336 |
277 | #define NR_syscalls 337 | 277 | #define __NR_clock_adjtime 337 |
278 | #define NR_syscalls 338 | ||
278 | 279 | ||
279 | /* | 280 | /* |
280 | * There are some system calls that are not present on 64 bit, some | 281 | * There are some system calls that are not present on 64 bit, some |