diff options
| author | Ian Lance Taylor <iant@golang.org> | 2016-09-27 13:42:28 -0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2016-09-27 21:33:44 +0000 |
| commit | fdc167164ecde259bd356cc8e7ae5ccb0903469c (patch) | |
| tree | 0b4eee66e1530b4f35966e30ac1ee0a0b29e5148 /src/encoding | |
| parent | e13df02e5fbf2c0cd8811b826a8c8567efa882dd (diff) | |
| download | go-fdc167164ecde259bd356cc8e7ae5ccb0903469c.tar.xz | |
runtime: remove sigmask type, use sigset instead
The OS-independent sigmask type was not pulling its weight. Replace it
with the OS-dependent sigset type. This requires adding an OS-specific
sigaddset function, but permits removing the OS-specific sigmaskToSigset
function.
Change-Id: I43307b512b0264ec291baadaea902f05ce212305
Reviewed-on: https://go-review.googlesource.com/29950
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/encoding')
0 files changed, 0 insertions, 0 deletions
