Better strace logs for statx.

PiperOrigin-RevId: 267498537
This commit is contained in:
Nicolas Lacasse 2019-09-05 18:02:45 -07:00 committed by gVisor bot
parent 487c6f0344
commit 7e94f171f4
1 changed files with 1 additions and 0 deletions

View File

@ -335,4 +335,5 @@ var linuxAMD64 = SyscallMap{
315: makeSyscallInfo("sched_getattr", Hex, Hex, Hex),
316: makeSyscallInfo("renameat2", FD, Path, Hex, Path, Hex),
317: makeSyscallInfo("seccomp", Hex, Hex, Hex),
332: makeSyscallInfo("statx", FD, Path, Hex, Hex, Hex),
}