]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: treat SI_TKILL like SI_USER on Linux"
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Mon, 19 Sep 2022 05:48:35 +0000 (05:48 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 19 Sep 2022 13:56:07 +0000 (13:56 +0000)
commitfc1cddcfe916eff82b7c6a0e82765e9b9fe29980
treeafc75e6ed97a32ac813329638709acea5e1d7141
parent00bee6d9a4c3ed6168350fc6551043ff7a1895f2
Revert "runtime: treat SI_TKILL like SI_USER on Linux"

This reverts CL 431255.

Reason for revert: breaks darwin-arm and linux-noopt builders.

Change-Id: I29332b935cc1e35fa039af3d70465e496361fcc9
Reviewed-on: https://go-review.googlesource.com/c/go/+/431715
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/crash_cgo_test.go
src/runtime/os_linux.go
src/runtime/os_linux_be64.go
src/runtime/os_linux_generic.go
src/runtime/os_linux_mips64x.go
src/runtime/os_linux_mipsx.go
src/runtime/os_unix_nonlinux.go [deleted file]
src/runtime/signal_unix.go
src/runtime/testdata/testprogcgo/segv.go
src/runtime/testdata/testprogcgo/segv_linux.go [deleted file]