]> Cypherpunks repositories - gostls13.git/commit
runtime: disable a signal by restoring the original disposition
authorIan Lance Taylor <iant@golang.org>
Fri, 18 Dec 2015 23:29:51 +0000 (15:29 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 5 Jan 2016 00:25:50 +0000 (00:25 +0000)
commita7d2b4d7cef3bf3107c6cf9725cd1c6151cf18d4
treeadc9e286d8416963832e5e408ef223df03a63186
parent6c8a141a6d53285acc876aacfa0a9c4edb563b6c
runtime: disable a signal by restoring the original disposition

Fixes #13034.
Fixes #13042.
Update #9896.

Change-Id: I189f381090223dd07086848aac2d69d2c00d80c4
Reviewed-on: https://go-review.googlesource.com/18062
Reviewed-by: Russ Cox <rsc@golang.org>
misc/cgo/testcarchive/main3.c [new file with mode: 0644]
misc/cgo/testcarchive/src/libgo3/libgo3.go [new file with mode: 0644]
misc/cgo/testcarchive/test.bash
misc/cgo/testcshared/main5.c [new file with mode: 0644]
misc/cgo/testcshared/src/libgo5/libgo5.go [new file with mode: 0644]
misc/cgo/testcshared/test.bash
src/os/signal/doc.go
src/runtime/runtime2.go
src/runtime/signal1_unix.go