]> Cypherpunks repositories - gostls13.git/commit
runtime: move sighandler into signal_unix.go
authorIan Lance Taylor <iant@golang.org>
Fri, 11 Oct 2019 16:52:11 +0000 (09:52 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 11 Oct 2019 17:28:42 +0000 (17:28 +0000)
commit426bfbe9a375aebf5df2fbc5eb340fccc0466382
tree1bc25bcb3985ef4ebba10a8d63ca8cb26782a3f3
parentdf380693f3eddf0a4ae7d195042b48b40e651d0e
runtime: move sighandler into signal_unix.go

We couldn't do this before because sighandler was compiled for nacl.

Updates #30439

Change-Id: Ieec9938b6a1796c48d251cd8b1db1a42c25f3943
Reviewed-on: https://go-review.googlesource.com/c/go/+/200739
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/signal_sighandler.go [deleted file]
src/runtime/signal_unix.go