From ce1671e846da670e4a007bc5cfd5313d9b078b63 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Wed, 10 Feb 2021 22:17:19 +0000 Subject: add support for faccessat2 syscall --- src/include/syscall_x86_64.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/syscall_x86_64.h') diff --git a/src/include/syscall_x86_64.h b/src/include/syscall_x86_64.h index 539e874be..97f2762b1 100644 --- a/src/include/syscall_x86_64.h +++ b/src/include/syscall_x86_64.h @@ -47,6 +47,7 @@ { "exit", 60 }, { "exit_group", 231 }, { "faccessat", 269 }, +{ "faccessat2", 439 }, { "fadvise64", 221 }, { "fallocate", 285 }, { "fanotify_init", 300 }, -- cgit v1.2.3-54-g00ecf