diff options
Diffstat (limited to 'arch/sparc/include/uapi/asm/unistd.h')
-rw-r--r-- | arch/sparc/include/uapi/asm/unistd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/sparc/include/uapi/asm/unistd.h b/arch/sparc/include/uapi/asm/unistd.h index 8974ef7ae920..bed86a820d09 100644 --- a/arch/sparc/include/uapi/asm/unistd.h +++ b/arch/sparc/include/uapi/asm/unistd.h | |||
@@ -405,8 +405,12 @@ | |||
405 | #define __NR_setns 337 | 405 | #define __NR_setns 337 |
406 | #define __NR_process_vm_readv 338 | 406 | #define __NR_process_vm_readv 338 |
407 | #define __NR_process_vm_writev 339 | 407 | #define __NR_process_vm_writev 339 |
408 | #define __NR_kern_features 340 | ||
408 | 409 | ||
409 | #define NR_syscalls 340 | 410 | #define NR_syscalls 341 |
411 | |||
412 | /* Bitmask values returned from kern_features system call. */ | ||
413 | #define KERN_FEATURE_MIXED_MODE_STACK 0x00000001 | ||
410 | 414 | ||
411 | #ifdef __32bit_syscall_numbers__ | 415 | #ifdef __32bit_syscall_numbers__ |
412 | /* Sparc 32-bit only has the "setresuid32", "getresuid32" variants, | 416 | /* Sparc 32-bit only has the "setresuid32", "getresuid32" variants, |