mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Add new x86-64 syscalls
PiperOrigin-RevId: 377460610 Change-Id: I06833ca7fcc88447ed482e9e6914b9113781a114
This commit is contained in:
parent
e87a052e61
commit
e5cfce71a3
|
@ -490,6 +490,8 @@ constexpr std::array kSyscallDataX8664 = {
|
|||
MakeEntry(330, "pkey_alloc", kInt, kInt),
|
||||
MakeEntry(331, "pkey_free", kInt),
|
||||
MakeEntry(332, "statx", kInt, kPath, kHex, kHex, kHex),
|
||||
MakeEntry(333, "io_pgetevents", kHex, kHex, kHex, kHex, kHex, kHex),
|
||||
MakeEntry(334, "rseq", kHex, kInt, kHex, kHex),
|
||||
// clang-format on
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user