]> Cypherpunks repositories - gostls13.git/commit
os: drop the Wait function and the options to Process.Wait
authorRob Pike <r@golang.org>
Mon, 20 Feb 2012 04:36:08 +0000 (15:36 +1100)
committerRob Pike <r@golang.org>
Mon, 20 Feb 2012 04:36:08 +0000 (15:36 +1100)
commitb5a3bd5ff6f735f39a312a43d3f0a647f4d76590
treeb9b7bf2552f1f876bf6429d0208a1541e645c26d
parenta9e57f743d658ba27d3165dc6841915b12a98879
os: drop the Wait function and the options to Process.Wait
They are portability problems and the options are almost always zero in practice anyway.

R=golang-dev, dsymonds, r, bradfitz
CC=golang-dev
https://golang.org/cl/5688046
12 files changed:
doc/go1.html
doc/go1.tmpl
src/cmd/cgo/util.go
src/cmd/fix/oswait.go [new file with mode: 0644]
src/cmd/fix/oswait_test.go [new file with mode: 0644]
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