type syscall.SysProcAttr

10 uses

	syscall (current package)
		exec_linux.go#L23: type SysProcAttr struct {
		exec_linux.go#L81: func forkAndExecInChild(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *SysProcAttr, pipe int) (pid int, err Errno) {
		exec_linux.go#L145: func forkAndExecInChild1(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *SysProcAttr, pipe int) (r1 uintptr, err1 Errno, p [2]int, locked bool) {
		exec_linux.go#L601: func writeUidGidMappings(pid int, sys *SysProcAttr) error {
		exec_unix.go#L135: 	Sys   *SysProcAttr
		exec_unix.go#L139: var zeroSysProcAttr SysProcAttr

	golang.org/x/sys/unix
		aliases.go#L15: type SysProcAttr = syscall.SysProcAttr

	internal/syscall/execenv
		execenv_default.go#L17: func Default(sys *syscall.SysProcAttr) ([]string, error) {

	os
		exec.go#L66: 	Sys *syscall.SysProcAttr

	os/exec
		exec.go#L127: 	SysProcAttr *syscall.SysProcAttr