diff options
author | Rich Felker <dalias@aerifal.cx> | 2018-09-01 14:14:32 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018-09-01 14:14:32 -0400 |
commit | d0d212525ec7d08a4770fba97aa913ea34cafdb2 (patch) | |
tree | 3d4e0c971d62cfee315b99913a87c8ecbe9e2544 /src/search | |
parent | 9b14ad541068d4f7d0be9bcd1ff4c70090d868d3 (diff) | |
download | musl-d0d212525ec7d08a4770fba97aa913ea34cafdb2.tar.gz musl-d0d212525ec7d08a4770fba97aa913ea34cafdb2.tar.bz2 musl-d0d212525ec7d08a4770fba97aa913ea34cafdb2.tar.xz musl-d0d212525ec7d08a4770fba97aa913ea34cafdb2.zip |
consistently use _NSIG/8 idiom for kernel sigset size in sigaction
this code in sigaction was the only place where sizeof was being
applied to the kernel sigaction's mask member to get the size argument
to pass to the kernel. everywhere else, _NSIG/8 is used for this
purpose.
Diffstat (limited to 'src/search')
0 files changed, 0 insertions, 0 deletions