summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-01-19 07:20:14 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-01-19 07:20:14 -0800
commit3af82c6cafd7a20719c7bc03630c111f281306ea (patch)
tree839df643d6c0816eb0db3be3c3b013ef4bad4253 /RELNOTES
parent991e9f106e8bd4c6263f46a877db4565ebfbfa54 (diff)
downloadtxr-3af82c6cafd7a20719c7bc03630c111f281306ea.tar.gz
txr-3af82c6cafd7a20719c7bc03630c111f281306ea.tar.bz2
txr-3af82c6cafd7a20719c7bc03630c111f281306ea.zip
bugfix: cached sigmask not populated from OS sigmask.
This is responsible for behaviors like Ctrl-C being subsequently ignored after the first time a read is interrupted that way. * signal.c (sig_reload_cache): Eliminate the return statement which was making the memcpy expression unreachable! No warning from gcc. Also, since nobody checks the return value of this function and it doesn't provide one, let's make it void. There is no reason the sigprocmask would fail since the arguments are correct, but let's check its return value anyway.
Diffstat (limited to 'RELNOTES')
0 files changed, 0 insertions, 0 deletions