From 2fa4ad3f9000c385f71237984fdd1eefe2a91900 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 8 Jul 2021 23:57:56 +0200 Subject: linux-user: update syscall.tbl to Linux v5.13 Updated running scripts/update-syscalltbl.sh Signed-off-by: Laurent Vivier Message-Id: <20210708215756.268805-4-laurent@vivier.eu> Signed-off-by: Laurent Vivier --- linux-user/sh4/syscall.tbl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'linux-user/sh4') diff --git a/linux-user/sh4/syscall.tbl b/linux-user/sh4/syscall.tbl index ae0a00b..0b91499 100644 --- a/linux-user/sh4/syscall.tbl +++ b/linux-user/sh4/syscall.tbl @@ -442,3 +442,10 @@ 437 common openat2 sys_openat2 438 common pidfd_getfd sys_pidfd_getfd 439 common faccessat2 sys_faccessat2 +440 common process_madvise sys_process_madvise +441 common epoll_pwait2 sys_epoll_pwait2 +442 common mount_setattr sys_mount_setattr +# 443 reserved for quotactl_path +444 common landlock_create_ruleset sys_landlock_create_ruleset +445 common landlock_add_rule sys_landlock_add_rule +446 common landlock_restrict_self sys_landlock_restrict_self -- cgit v1.1