]> Cypherpunks repositories - gostls13.git/commit
runtime: treat SIGSTOP on Solaris as we do on other systems
authorIan Lance Taylor <iant@golang.org>
Tue, 1 Nov 2016 17:24:06 +0000 (10:24 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 1 Nov 2016 20:02:40 +0000 (20:02 +0000)
commit84803f3da1b3921a6eacec435d97d5b9e40fe947
tree5b5421b27a23feb9eebbce0226a0195545f5b5d8
parent2c5bce1cfa242f27ffece3d30e8b851e3e923be2
runtime: treat SIGSTOP on Solaris as we do on other systems

This makes no practical difference, as SIGSTOP can not be caught, but
may as well be consistent.

Change-Id: I3efbbf092388bb3f6dccc94cf703c5d94d35f6a1
Reviewed-on: https://go-review.googlesource.com/32533
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/signal_solaris.go