diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2007-03-19 15:19:07 +0300 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-03-19 15:19:07 +0300 |
commit | fb1c171992041e1d4bfb8c010548fa97f2106827 (patch) | |
tree | 543a7b7d89d2c84643417795d8e6993d97a7e51f /include/asm-s390 | |
parent | fbb04f38cf85ae8691cf3049ec62636ad968479b (diff) | |
download | linux-fb1c171992041e1d4bfb8c010548fa97f2106827.tar.xz |
[S390] Wire up sys_utimes.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'include/asm-s390')
-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 fb6fef97d739..5c6f00d62df8 100644 --- a/include/asm-s390/unistd.h +++ b/include/asm-s390/unistd.h @@ -250,8 +250,9 @@ /* Number 310 is reserved for new sys_move_pages */ #define __NR_getcpu 311 #define __NR_epoll_pwait 312 +#define __NR_utimes 313 -#define NR_syscalls 313 +#define NR_syscalls 314 /* * There are some system calls that are not present on 64 bit, some |