diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2011-03-23 05:15:57 -0400 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2011-03-23 05:15:58 -0400 |
commit | 26e8a33989183e81d6692aec1a77dffa266b91a2 (patch) | |
tree | 0d47cc1e01e10c1555ccd602d95848ffbb20d68f /arch/s390/include | |
parent | 5069496ec40946da413646f9cd5dcb28d9b3324f (diff) |
[S390] wire up sys_clock_adjtime
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-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 |