diff options
| author | Ian Lance Taylor <iant@golang.org> | 2017-08-25 13:18:30 -0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2017-08-25 21:42:33 +0000 |
| commit | 6126384f6da7866fb0a0ec2e33509306c738c40b (patch) | |
| tree | 7795f7d474c7585751b12f1467c6c3533126c2e4 /src/runtime/runtime2.go | |
| parent | 394f6a5ac0f945061483b715ba3fb1f6ccef2806 (diff) | |
| download | go-6126384f6da7866fb0a0ec2e33509306c738c40b.tar.xz | |
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>
Diffstat (limited to 'src/runtime/runtime2.go')
| -rw-r--r-- | src/runtime/runtime2.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index e4b4f91b5e..366dfc9f45 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -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 |
