diff options
author | David S. Miller <davem@davemloft.net> | 2011-03-19 00:50:29 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-19 00:50:29 -0400 |
commit | b3f80f6d2b08772d7d00f34a062ff73c95f7c45c (patch) | |
tree | 4f03a380bffd6c30c14b4e2070f3a249e8c14b70 /arch/sparc/include | |
parent | 9889376ab91f89a5af7329ae34521dfc4b613ba9 (diff) |
sparc: Add {open_by,name_to}_handle_at and clock_adjtime syscalls.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include')
-rw-r--r-- | arch/sparc/include/asm/unistd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/unistd.h b/arch/sparc/include/asm/unistd.h index 03eb5a8f6f93..2f475d7c0b53 100644 --- a/arch/sparc/include/asm/unistd.h +++ b/arch/sparc/include/asm/unistd.h | |||
@@ -400,8 +400,11 @@ | |||
400 | #define __NR_fanotify_init 329 | 400 | #define __NR_fanotify_init 329 |
401 | #define __NR_fanotify_mark 330 | 401 | #define __NR_fanotify_mark 330 |
402 | #define __NR_prlimit64 331 | 402 | #define __NR_prlimit64 331 |
403 | #define __NR_name_to_handle_at 332 | ||
404 | #define __NR_open_by_handle_at 333 | ||
405 | #define __NR_clock_adjtime 334 | ||
403 | 406 | ||
404 | #define NR_syscalls 332 | 407 | #define NR_syscalls 335 |
405 | 408 | ||
406 | #ifdef __32bit_syscall_numbers__ | 409 | #ifdef __32bit_syscall_numbers__ |
407 | /* Sparc 32-bit only has the "setresuid32", "getresuid32" variants, | 410 | /* Sparc 32-bit only has the "setresuid32", "getresuid32" variants, |