]> Cypherpunks repositories - gostls13.git/commit
os: clarify docs on Interrupt and Kill
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 30 Nov 2017 16:36:34 +0000 (16:36 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 2 Dec 2017 02:49:01 +0000 (02:49 +0000)
commit871b79316ad7f2b10f1347f8d9077713afaff451
tree0ad656859623d20c64d67b991971ba0584c3a5da
parent415349575dec277fbadf08b9d690d07fe313b288
os: clarify docs on Interrupt and Kill

Note that Interrupt will compile but not work on Windows.

Fixes #22454

Change-Id: If011c32211f4bb45d458317e113b9794d5b4a4b1
Reviewed-on: https://go-review.googlesource.com/81035
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/exec_plan9.go
src/os/exec_posix.go