diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 1999-12-17 00:57:54 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 1999-12-17 00:57:54 +0000 |
| commit | fc8f3f5bfe691a89cc23a521c08e0128fbf8c2ae (patch) | |
| tree | be12fd0c2d0356386c97f73c045f078ca33fdef7 /lib/libpthread/thread/thr_join.c | |
| parent | 3dc268f4e7934a791049d0a2467e3d6d3ed190cd (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_join.c')
| -rw-r--r-- | lib/libpthread/thread/thr_join.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_join.c b/lib/libpthread/thread/thr_join.c index d149cf16e303..155dc6435e83 100644 --- a/lib/libpthread/thread/thr_join.c +++ b/lib/libpthread/thread/thr_join.c @@ -98,6 +98,7 @@ pthread_join(pthread_t pthread, void **thread_return) _thread_kern_sig_undefer(); if ((_thread_run->cancelflags & PTHREAD_CANCEL_NEEDED) != 0) { + _thread_run->cancelflags &= ~PTHREAD_CANCEL_NEEDED; _thread_exit_cleanup(); pthread_exit(PTHREAD_CANCELED); } |
