]> Cypherpunks repositories - gostls13.git/commit
runtime: stop using sigreturn on openbsd/386
authorJoel Sing <joel@sing.id.au>
Sun, 8 May 2016 16:13:03 +0000 (02:13 +1000)
committerMinux Ma <minux@golang.org>
Thu, 12 May 2016 07:32:01 +0000 (07:32 +0000)
commit5bd37b8e78980beed2861bbdc7f8f28fc3f72671
tree6611db1b29fdd461c965eeb6c65ec54ecc16d25c
parent81b70f3751374ccd1eda2f536156dd91cd9f9c9b
runtime: stop using sigreturn on openbsd/386

In future releases of OpenBSD, the sigreturn syscall will no longer
exist. As such, stop using sigreturn on openbsd/386 and just return
from the signal trampoline (as we already do for openbsd/amd64 and
openbsd/arm).

Change-Id: Ic4de1795bbfbfb062a685832aea0d597988c6985
Reviewed-on: https://go-review.googlesource.com/23024
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/sys_openbsd_386.s