]> Cypherpunks repositories - gostls13.git/commit
runtime: mark sigInitIgnored nosplit
authorIan Lance Taylor <iant@golang.org>
Fri, 24 Aug 2018 18:44:55 +0000 (11:44 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 24 Aug 2018 19:05:34 +0000 (19:05 +0000)
commit97f153528513e9a7ededf7e0aca7a4e30a3f4fe7
tree657f405649f10ba1f5297842d632b6c0b9fee84a
parent05c02444eb2d8b8d3ecd949c4308d8e2323ae087
runtime: mark sigInitIgnored nosplit

The sigInitIgnored function can be called by initsig before a shared
library is initialized, before the runtime is initialized.

Fixes #27183

Change-Id: I7073767938fc011879d47ea951d63a14d1cce878
Reviewed-on: https://go-review.googlesource.com/131277
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/sigqueue.go