]> Cypherpunks repositories - gostls13.git/commit
runtime: don't check sigaltstack on darwin/{arm,arm64}
authorIan Lance Taylor <iant@golang.org>
Mon, 25 Jan 2016 23:22:03 +0000 (15:22 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 26 Jan 2016 04:42:31 +0000 (04:42 +0000)
commit0408ca7de12d72025d40c4d28fd8d9fb142b3c87
tree659a5f87a4ea814732dc4086ab2bdf45d0ac2cfe
parent99fa8c38393419fab1452ba5b157787b98f4497e
runtime: don't check sigaltstack on darwin/{arm,arm64}

Use of the alternate signal stack on darwin/{arm,arm64} is reportedly
buggy, and the runtime function sigaltstack does nothing.  So don't
check the sigaltstack result to decide how to handle the signal stack.

Fixes #14070.

Change-Id: Ie97ede8895fad721e3acc79225f2cafcbe1f3a81
Reviewed-on: https://go-review.googlesource.com/18940
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/os1_darwin.go