]> Cypherpunks repositories - gostls13.git/commit
runtime: don't restore the alternate signal stack on ios
authorElias Naur <elias.naur@gmail.com>
Thu, 12 Oct 2017 16:41:06 +0000 (18:41 +0200)
committerElias Naur <elias.naur@gmail.com>
Thu, 12 Oct 2017 16:59:32 +0000 (16:59 +0000)
commit764a6ac29e4f720a0a33cb5ee02b9108821d8388
treeb854b00770dbfd063dbb9f7cfa16ec65df27806e
parent6054f87f3ac704a59502176f4c16a5cef2e6cec2
runtime: don't restore the alternate signal stack on ios

The alternative signal stack doesn't work on ios, so the setup of
the alternative stack was skipped. The corresponding unminitSignals
was effectively a no-op on ios until CL 70130. Skip unminitSignals
on ios to restore the previous behaviour.

For the ios builders.

Change-Id: I5692ca7f5997e6b9d10cc5f2383a5a37c42b133c
Reviewed-on: https://go-review.googlesource.com/70270
Run-TryBot: Elias Naur <elias.naur@gmail.com>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/os_darwin.go