]> Cypherpunks repositories - gostls13.git/commit
syscall, os, exec: introduce *syscall.SysProcAttr field in os.ProcAttr and exec.Cmd
authorRuss Cox <rsc@golang.org>
Tue, 14 Jun 2011 14:49:34 +0000 (10:49 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 14 Jun 2011 14:49:34 +0000 (10:49 -0400)
commit4d0f2e9195304e595c706de381d4a59d6f6f72bf
tree040186f9d0bf480d9a3e2ae61a771a8f07c723e7
parent371aa14e0606f0a34a89330be1a34e908603e6c2
syscall, os, exec: introduce *syscall.SysProcAttr field in os.ProcAttr and exec.Cmd

R=r, bradfitz, alex.brainman, borman, vincent.vanackere
CC=golang-dev
https://golang.org/cl/4607046
src/pkg/debug/proc/proc_linux.go
src/pkg/exec/exec.go
src/pkg/os/exec.go
src/pkg/os/exec_plan9.go
src/pkg/os/exec_posix.go
src/pkg/syscall/exec_plan9.go
src/pkg/syscall/exec_unix.go
src/pkg/syscall/exec_windows.go