Skip to content

Commit

Permalink
os: document that Interrupt might not work on every os
Browse files Browse the repository at this point in the history
Fixes #6720.

LGTM=bradfitz
R=golang-codereviews, iant, bradfitz
CC=golang-codereviews
https://golang.org/cl/92340043
  • Loading branch information
alexbrainman committed May 23, 2014
1 parent 2c83f1e commit 05cc78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pkg/os/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func (p *Process) Wait() (*ProcessState, error) {
}

// Signal sends a signal to the Process.
// Sending Interrupt on Windows is not implemented.
func (p *Process) Signal(sig Signal) error {
return p.signal(sig)
}
Expand Down

0 comments on commit 05cc78d

Please sign in to comment.