make pthread_exit responsible for disabling cancellation
authorRich Felker <dalias@aerifal.cx>
Tue, 17 Feb 2015 03:25:50 +0000 (22:25 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 17 Feb 2015 03:25:50 +0000 (22:25 -0500)
commit36d8e972231c397194e513691d09f7d489de0a62
tree3aa144b704432d8b3a07cb69efad989735512c77
parentfd850de7524d8b62cd1d340417b665ed9427adae
make pthread_exit responsible for disabling cancellation

this requirement is tucked away in XSH 2.9.5 Thread Cancellation under
the heading Thread Cancellation Cleanup Handlers.
src/thread/pthread_cancel.c
src/thread/pthread_create.c