Update Linux syscall list for 5.19

New changes: memfd_secret implemented for RISC-V.
This commit is contained in:
Stephen Gregoratto 2022-08-01 22:53:46 +10:00 committed by Veikka Tuominen
parent 42ade6a114
commit b3950d4a88

View File

@ -3485,6 +3485,7 @@ pub const RiscV64 = enum(usize) {
landlock_create_ruleset = 444,
landlock_add_rule = 445,
landlock_restrict_self = 446,
memfd_secret = 447,
process_mrelease = 448,
futex_waitv = 449,
set_mempolicy_home_node = 450,