diff options
Diffstat (limited to 'arch/xtensa/include/uapi/asm/unistd.h')
| -rw-r--r-- | arch/xtensa/include/uapi/asm/unistd.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/xtensa/include/uapi/asm/unistd.h b/arch/xtensa/include/uapi/asm/unistd.h index 8883fc877c5c..db5bb72e2f4e 100644 --- a/arch/xtensa/include/uapi/asm/unistd.h +++ b/arch/xtensa/include/uapi/asm/unistd.h | |||
| @@ -384,7 +384,8 @@ __SYSCALL(174, sys_chroot, 1) | |||
| 384 | #define __NR_pivot_root 175 | 384 | #define __NR_pivot_root 175 |
| 385 | __SYSCALL(175, sys_pivot_root, 2) | 385 | __SYSCALL(175, sys_pivot_root, 2) |
| 386 | #define __NR_umount 176 | 386 | #define __NR_umount 176 |
| 387 | __SYSCALL(176, sys_umount, 2) | 387 | __SYSCALL(176, sys_oldumount, 1) |
| 388 | #define __ARCH_WANT_SYS_OLDUMOUNT | ||
| 388 | #define __NR_swapoff 177 | 389 | #define __NR_swapoff 177 |
| 389 | __SYSCALL(177, sys_swapoff, 1) | 390 | __SYSCALL(177, sys_swapoff, 1) |
| 390 | #define __NR_sync 178 | 391 | #define __NR_sync 178 |
| @@ -742,7 +743,14 @@ __SYSCALL(335, sys_sched_getattr, 3) | |||
| 742 | #define __NR_renameat2 336 | 743 | #define __NR_renameat2 336 |
| 743 | __SYSCALL(336, sys_renameat2, 5) | 744 | __SYSCALL(336, sys_renameat2, 5) |
| 744 | 745 | ||
| 745 | #define __NR_syscall_count 337 | 746 | #define __NR_seccomp 337 |
| 747 | __SYSCALL(337, sys_seccomp, 3) | ||
| 748 | #define __NR_getrandom 338 | ||
| 749 | __SYSCALL(338, sys_getrandom, 3) | ||
| 750 | #define __NR_memfd_create 339 | ||
| 751 | __SYSCALL(339, sys_memfd_create, 2) | ||
| 752 | |||
| 753 | #define __NR_syscall_count 340 | ||
| 746 | 754 | ||
| 747 | /* | 755 | /* |
| 748 | * sysxtensa syscall handler | 756 | * sysxtensa syscall handler |
