add strace dbg processing for 'faccessat2'

This commit is contained in:
Jonathon Belotti
2024-05-08 14:37:13 +00:00
parent 2e4177ed2d
commit e995c0934a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -373,6 +373,7 @@ var linuxAMD64 = SyscallMap{
434: makeSyscallInfo("pidfd_open", Hex, Hex),
435: makeSyscallInfo("clone3", Hex, Hex),
436: makeSyscallInfo("close_range", FD, FD, CloseRangeFlags),
439: makeSyscallInfo("faccessat2", FD, Path, Oct, Hex),
441: makeSyscallInfo("epoll_pwait2", FD, EpollEvents, Hex, Timespec, SigSet),
}
+1
View File
@@ -314,6 +314,7 @@ var linuxARM64 = SyscallMap{
434: makeSyscallInfo("pidfd_open", Hex, Hex),
435: makeSyscallInfo("clone3", Hex, Hex),
436: makeSyscallInfo("close_range", FD, FD, CloseRangeFlags),
439: makeSyscallInfo("faccessat2", FD, Path, Oct, Hex),
441: makeSyscallInfo("epoll_pwait2", FD, EpollEvents, Hex, Timespec, SigSet),
}