const syscall.SYS_UNSHARE
3 uses
syscall (current package)
exec_linux.go#L300: _, _, err1 = RawSyscall(SYS_UNSHARE, sys.Unshareflags, 0, 0)
zsyscall_linux_amd64.go#L908: _, _, e1 := Syscall(SYS_UNSHARE, uintptr(flags), 0, 0)
zsysnum_linux_amd64.go#L281: SYS_UNSHARE = 272
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)