mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-02 17:08:56 +00:00
987163643c
at moment of delivery. Restoring the signal mask after the tsleep() is next to useless since the signal is still queued.. This was interacting with usleep(3) on receipt of a SIGALRM causing it to near busy loop. Now, we set the new signal mask "permanently" for signanosleep(). Problem noted by: bde