diff options
author | Laurent Vivier <laurent@vivier.eu> | 2021-07-08 23:57:56 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-07-13 13:59:59 +0200 |
commit | 2fa4ad3f9000c385f71237984fdd1eefe2a91900 (patch) | |
tree | a2d280b8a2e6b560ddb7af5868f6cc5e984195ee /linux-user/m68k/syscall.tbl | |
parent | e2dcdcea23d4b88188ccb7f77715dd0eab98f0a6 (diff) | |
download | qemu-2fa4ad3f9000c385f71237984fdd1eefe2a91900.zip |
linux-user: update syscall.tbl to Linux v5.13
Updated running scripts/update-syscalltbl.sh
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210708215756.268805-4-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/m68k/syscall.tbl')
-rw-r--r-- | linux-user/m68k/syscall.tbl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux-user/m68k/syscall.tbl b/linux-user/m68k/syscall.tbl index 81fc799d83..79c2d24c89 100644 --- a/linux-user/m68k/syscall.tbl +++ b/linux-user/m68k/syscall.tbl @@ -439,3 +439,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 |