diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-08-11 15:54:06 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-08-11 15:54:06 -0400 |
commit | c5168071738467fb67e932976e56f364291cca60 (patch) | |
tree | 54e3955cd2a4c5f4d5839ae2fafc251edc431b99 /src/passwd | |
parent | 140778582487fb082716eec74324d7b16beb2daf (diff) | |
download | musl-c5168071738467fb67e932976e56f364291cca60.tar.gz |
block signals in timer threads
if a timer thread leaves signals unblocked, any future attempt by the
main thread to prevent the process from being terminated by blocking
signals will fail, since the signal can still be delivered to the
timer thread.
Diffstat (limited to 'src/passwd')
0 files changed, 0 insertions, 0 deletions