diff options
| author | Ian Lance Taylor <iant@golang.org> | 2015-12-18 15:29:51 -0800 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2016-01-05 00:25:50 +0000 |
| commit | a7d2b4d7cef3bf3107c6cf9725cd1c6151cf18d4 (patch) | |
| tree | adc9e286d8416963832e5e408ef223df03a63186 /src/runtime/runtime2.go | |
| parent | 6c8a141a6d53285acc876aacfa0a9c4edb563b6c (diff) | |
| download | go-a7d2b4d7cef3bf3107c6cf9725cd1c6151cf18d4.tar.xz | |
runtime: disable a signal by restoring the original disposition
Fixes #13034.
Fixes #13042.
Update #9896.
Change-Id: I189f381090223dd07086848aac2d69d2c00d80c4
Reviewed-on: https://go-review.googlesource.com/18062
Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/runtime/runtime2.go')
| -rw-r--r-- | src/runtime/runtime2.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index 9549d1f531..c357f6e6d5 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -482,7 +482,6 @@ const ( _SigPanic // if the signal is from the kernel, panic _SigDefault // if the signal isn't explicitly requested, don't monitor it _SigHandling // our signal handler is registered - _SigIgnored // the signal was ignored before we registered for it _SigGoExit // cause all runtime procs to exit (only used on Plan 9). _SigSetStack // add SA_ONSTACK to libc handler _SigUnblock // unblocked in minit |
