for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo
authorRich Felker <dalias@aerifal.cx>
Fri, 15 Feb 2019 20:23:11 +0000 (15:23 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 15 Feb 2019 20:23:11 +0000 (15:23 -0500)
this eliminates some ugly hacks that were repurposing the start
function and start argument fields in the pthread structure for timer
use, and the need to longjmp out of a signal handler.


No differences found