]> Cypherpunks repositories - gostls13.git/commit
os: export ErrProcessDone variable in windows and plan9
authorAlwin Doss <alwindoss84@gmail.com>
Sun, 1 Nov 2020 04:43:20 +0000 (04:43 +0000)
committerRuss Cox <rsc@golang.org>
Tue, 3 Nov 2020 00:56:12 +0000 (00:56 +0000)
commit45205bc47b88f49020edabed18f99153cadf718e
tree9825db9b12e89cb4224345e6d92d3394eb4d5c61
parentebc1b8ef2854e7006349275bc3b2306022200bbc
os: export ErrProcessDone variable in windows and plan9

Exposes ErrProcessDone variable in windows and plan9
also returns this error code instead of
errors.New("os: process already finished")

Fixes #42311

Change-Id: Ie807b6526e7b6c27636e6bffe5ff0c904b319be4
GitHub-Last-Rev: 2153e0d7020d8ee9e94087d02977ea049b7fd6a0
GitHub-Pull-Request: golang/go#42313
Reviewed-on: https://go-review.googlesource.com/c/go/+/266997
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
src/os/exec.go
src/os/exec_plan9.go
src/os/exec_unix.go
src/os/exec_windows.go