]> Cypherpunks repositories - gostls13.git/commit
runtime: call sigtrampgo on solaris
authorElias Naur <elias.naur@gmail.com>
Tue, 29 Aug 2017 09:03:30 +0000 (11:03 +0200)
committerElias Naur <elias.naur@gmail.com>
Tue, 29 Aug 2017 19:57:32 +0000 (19:57 +0000)
commitae84aaee44f0d978ea6906812ee73fc2bc6297c8
tree593cd2ddbfb1ec04e74be43ce01c010b6fdedea6
parentec04f107adb14b2095b827deae160a5f36e362a2
runtime: call sigtrampgo on solaris

CL 57291 broke on solaris because it depends on signal forwarding
working for signals raised by dieFromSignal.
Call sigtrampgo instead of sighandler directly, like the other
unix platforms.

Fixes the solaris builders.

Change-Id: I6bf314c436d1edeaecc4b03f15a9155270919524
Reviewed-on: https://go-review.googlesource.com/59811
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/sys_solaris_amd64.s