]> Cypherpunks repositories - gostls13.git/commit
runtime: move sigprofNonGo
authorRhys Hiltner <rhys@justin.tv>
Thu, 23 Sep 2021 23:46:58 +0000 (16:46 -0700)
committerMichael Pratt <mpratt@google.com>
Mon, 27 Sep 2021 18:58:36 +0000 (18:58 +0000)
commit5b909580849c611c633c111a15adb40c9c42ec8e
tree5573e638e932b7bcb6f8fa6e3117d36ce0fc0d74
parent8cfd8c3db8e32fed0cf61371335d87a47a4738c3
runtime: move sigprofNonGo

The sigprofNonGo and sigprofNonGoPC functions are only used on unix-like
platforms. In preparation for unix-specific changes to sigprofNonGo,
move it (plus its close relative) to a unix-specific file.

Updates #35057

Change-Id: I9c814127c58612ea9a9fbd28a992b04ace5c604d
Reviewed-on: https://go-review.googlesource.com/c/go/+/351790
Run-TryBot: Rhys Hiltner <rhys@justin.tv>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Trust: David Chase <drchase@google.com>
src/runtime/proc.go
src/runtime/signal_unix.go