synccall signal handler need not handle dead threads anymore
authorRich Felker <dalias@aerifal.cx>
Fri, 26 Apr 2013 21:46:58 +0000 (17:46 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 26 Apr 2013 21:46:58 +0000 (17:46 -0400)
commit47d2bf5103fe7c65ae8dd18ba28704f143cdc9b4
treee81c48a83ecfcce3832dc932cc45695ba9e8742c
parent082fb4e9bfd105fab3443c7b055bd9c22bdffcec
synccall signal handler need not handle dead threads anymore

they have already blocked signals before decrementing the thread
count, so the code being removed is unreachable in the case where the
thread is no longer counted.
src/thread/synccall.c