diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2011-03-23 05:15:56 -0400 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2011-03-23 05:15:58 -0400 |
commit | 5069496ec40946da413646f9cd5dcb28d9b3324f (patch) | |
tree | e70ad27adf89fecc6d8d1234a1f0bd48b48b3c3c /arch/s390/include/asm | |
parent | 737fd5f1f64271999b791cbe76f1f720f10e8bb8 (diff) |
[S390] wire up sys_open_by_handle_at
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/asm')
-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 80f27c9f7202..65f11efdd94c 100644 --- a/arch/s390/include/asm/unistd.h +++ b/arch/s390/include/asm/unistd.h | |||
@@ -273,7 +273,8 @@ | |||
273 | #define __NR_fanotify_mark 333 | 273 | #define __NR_fanotify_mark 333 |
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_syscalls 336 | 276 | #define __NR_open_by_handle_at 336 |
277 | #define NR_syscalls 337 | ||
277 | 278 | ||
278 | /* | 279 | /* |
279 | * There are some system calls that are not present on 64 bit, some | 280 | * There are some system calls that are not present on 64 bit, some |