]> Cypherpunks repositories - gostls13.git/commit
runtime: install sigPreempt signal handler for c-archive/c-shared
authorIan Lance Taylor <iant@golang.org>
Tue, 2 Nov 2021 21:12:05 +0000 (14:12 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 3 Nov 2021 00:49:50 +0000 (00:49 +0000)
commita4b2c579e92c001287fd7b549bc9f67bcf2bfe7b
tree0cab43ad201e59f0d2b9edd966d21cbc12bcfcce
parent8f0ca7dc720b7197c91e02c8cef6e19ad95978d0
runtime: install sigPreempt signal handler for c-archive/c-shared

Fixes #49288

Change-Id: I7bfcbecbefa68871a3e556935a73f241fff44c0e
Reviewed-on: https://go-review.googlesource.com/c/go/+/360861
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
misc/cgo/testcarchive/carchive_test.go
misc/cgo/testcarchive/testdata/libgo8/a.go [new file with mode: 0644]
misc/cgo/testcarchive/testdata/main8.c [new file with mode: 0644]
src/runtime/signal_unix.go