Format unshare flags

unshare actually takes a subset of clone flags, but has no unique flags,
so formatting as clone flags is close enough.

PiperOrigin-RevId: 225082774
Change-Id: I5b580f18607c7785f323e37809094115520a17c0
This commit is contained in:
Michael Pratt 2018-12-11 15:32:23 -08:00 committed by Shentubot
parent 437f567ff7
commit 2b6df6a204
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ var linuxAMD64 = SyscallMap{
269: makeSyscallInfo("faccessat", Hex, Path, Oct, Hex),
270: makeSyscallInfo("pselect6", Hex, Hex, Hex, Hex, Hex, Hex),
271: makeSyscallInfo("ppoll", Hex, Hex, Timespec, SigSet, Hex),
272: makeSyscallInfo("unshare", Hex),
272: makeSyscallInfo("unshare", CloneFlags),
273: makeSyscallInfo("set_robust_list", Hex, Hex),
274: makeSyscallInfo("get_robust_list", Hex, Hex, Hex),
275: makeSyscallInfo("splice", Hex, Hex, Hex, Hex, Hex, Hex),