]> Cypherpunks repositories - gostls13.git/commit
runtime: merge setting new signal mask in minit
authorIan Lance Taylor <iant@golang.org>
Mon, 26 Sep 2016 18:14:41 +0000 (11:14 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 26 Sep 2016 18:29:32 +0000 (18:29 +0000)
commitac24388e5e5bdc129451c074a349a982e1d55ffa
treecd5c066aa99c40d3675ce6ea0abe5248e4a3bd29
parent3390294308462d5ddab95feaf42acc8fde767c98
runtime: merge setting new signal mask in minit

All the variants that sets the new signal mask in minit do the same
thing, so merge them. This requires an OS-specific sigdelset function;
the function already exists for linux, and is now added for other OS's.

Change-Id: Ie96f6f02e2cf09c43005085985a078bd9581f670
Reviewed-on: https://go-review.googlesource.com/29771
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/os3_solaris.go
src/runtime/os_darwin.go
src/runtime/os_dragonfly.go
src/runtime/os_freebsd.go
src/runtime/os_linux.go
src/runtime/os_netbsd.go
src/runtime/os_openbsd.go
src/runtime/signal_unix.go