]> Cypherpunks repositories - gostls13.git/commit
runtime: enable sigPerThreadSyscall handling on android
authorMichael Pratt <mpratt@google.com>
Tue, 15 Feb 2022 18:22:45 +0000 (13:22 -0500)
committerMichael Pratt <mpratt@google.com>
Tue, 15 Feb 2022 19:04:00 +0000 (19:04 +0000)
commitb5af5c0834a57751fae78fefc922f5e9f5b50941
tree6efde8ea7dec23c99ef5dc27dd918fca7e891f81
parent0a5fae2a0e965024f692b95f7e857904a274fcb6
runtime: enable sigPerThreadSyscall handling on android

CL 383434 forgot to enable these paths for android, which is still linux
just not via GOOS.

Fixes #51213.

Change-Id: I102e53e8671403ded6edb4ba04789154d7a0730b
Reviewed-on: https://go-review.googlesource.com/c/go/+/385954
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/signal_unix.go