Format openat flags

PiperOrigin-RevId: 206021774
Change-Id: I447b6c751c28a8d8d4d78468b756b6ad8c61e169
This commit is contained in:
Michael Pratt
2018-07-25 11:07:19 -07:00
committed by Shentubot
parent 1129b35c92
commit 7cd9405b9c
+1 -1
View File
@@ -274,7 +274,7 @@ var linuxAMD64 = SyscallMap{
254: makeSyscallInfo("inotify_add_watch", Hex, Hex, Hex),
255: makeSyscallInfo("inotify_rm_watch", Hex, Hex),
256: makeSyscallInfo("migrate_pages", Hex, Hex, Hex, Hex),
257: makeSyscallInfo("openat", Hex, Path, Hex, Mode),
257: makeSyscallInfo("openat", Hex, Path, OpenFlags, Mode),
258: makeSyscallInfo("mkdirat", Hex, Path, Hex),
259: makeSyscallInfo("mknodat", Hex, Path, Mode, Hex),
260: makeSyscallInfo("fchownat", Hex, Path, Hex, Hex, Hex),