missing-syscall: add __NR_openat2

This commit is contained in:
Yu Watanabe
2022-01-03 03:44:50 +09:00
parent 0c718b1a67
commit d96ad9e8cb
2 changed files with 67 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ SYSCALLS = [
'move_mount',
'name_to_handle_at',
'open_tree',
'openat2',
'pidfd_open',
'pidfd_send_signal',
'pkey_mprotect',