[PATCH 4/5] x86: Add fchmodat4 to syscall_64.tbl

From: Palmer Dabbelt
Date: Fri May 31 2019 - 15:27:39 EST


Signed-off-by: Palmer Dabbelt <palmer@xxxxxxxxxx>
---
arch/x86/entry/syscalls/syscall_64.tbl | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/x86/entry/syscalls/syscall_64.tbl b/arch/x86/entry/syscalls/syscall_64.tbl
index 92ee0b4378d4..998aa3eb09e2 100644
--- a/arch/x86/entry/syscalls/syscall_64.tbl
+++ b/arch/x86/entry/syscalls/syscall_64.tbl
@@ -349,6 +349,7 @@
425 common io_uring_setup __x64_sys_io_uring_setup
426 common io_uring_enter __x64_sys_io_uring_enter
427 common io_uring_register __x64_sys_io_uring_register
+428 common fchmodat4 __x64_sys_fchmodat4

#
# x32-specific system call numbers start at 512 to avoid cache impact
--
2.21.0