]> Cypherpunks repositories - gostls13.git/commit
os: replace non-portable Waitmsg with portable ProcessState
authorRob Pike <r@golang.org>
Tue, 21 Feb 2012 03:10:34 +0000 (14:10 +1100)
committerRob Pike <r@golang.org>
Tue, 21 Feb 2012 03:10:34 +0000 (14:10 +1100)
commitccacab641af54f51bdca228445f464efde47e935
tree03e67f8e0688d1d4e1d72d1a26e00849764f6544
parent22c41ff019592edcc7f7039d1ac0fffd638c4b7b
os: replace non-portable Waitmsg with portable ProcessState
Use methods for key questions.
Provide access to non-portable pieces through portable methods.
Windows and Plan 9 updated.

R=golang-dev, bradfitz, bradfitz, r, dsymonds, rsc, iant, iant
CC=golang-dev
https://golang.org/cl/5673077
src/cmd/cgo/util.go
src/cmd/godoc/main.go
src/pkg/os/exec/exec.go
src/pkg/os/exec_plan9.go
src/pkg/os/exec_posix.go
src/pkg/os/exec_unix.go
src/pkg/os/exec_windows.go
src/pkg/os/os_test.go