mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: unify sigTabT type across Unix systems
Change-Id: I8e8a3a118b1216f191c9076b70a88f6f3f19f79f Reviewed-on: https://go-review.googlesource.com/59150 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
394f6a5ac0
commit
6126384f6d
10 changed files with 11 additions and 40 deletions
|
|
@ -594,6 +594,7 @@ const (
|
|||
_LockInternal = 2
|
||||
)
|
||||
|
||||
// Values for the flags field of a sigTabT.
|
||||
const (
|
||||
_SigNotify = 1 << iota // let signal.Notify have signal, even if from kernel
|
||||
_SigKill // if signal.Notify doesn't take it, exit quietly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue