mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user