pthread_exit is not supposed to affect cancellability
authorRich Felker <dalias@aerifal.cx>
Sun, 17 Apr 2011 21:09:41 +0000 (17:09 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 17 Apr 2011 21:09:41 +0000 (17:09 -0400)
commit2afed79f15a32e9616a27f9d327cef0cefbbaab1
tree95843c26ba815c8829112ac4c1f81a42dfa1ea34
parent1ebde9c3a228e8daa4bdba98046556b4b6829f5e
pthread_exit is not supposed to affect cancellability

if the exit was caused by cancellation, __cancel has already set these
flags anyway.
src/thread/pthread_create.c