Add new x86-64 syscalls

PiperOrigin-RevId: 377460610
Change-Id: I06833ca7fcc88447ed482e9e6914b9113781a114
This commit is contained in:
Wiktor Garbacz 2021-06-04 01:01:10 -07:00 committed by Copybara-Service
parent e87a052e61
commit e5cfce71a3

View File

@ -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
};