Better strace logs for statx.

PiperOrigin-RevId: 267498537
This commit is contained in:
Nicolas Lacasse
2019-09-05 18:03:53 -07:00
committed by gVisor bot
parent 487c6f0344
commit 7e94f171f4
+1
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),
}