View | Details | Raw Unified | Return to bug 24345
Collapse All | Expand All

(-)uthread_join.c Mon Jan 15 15:12:34 2001 (+2 lines)
Lines 117-122 Link Here
117
               /* Return the thread's return value: */
117
               /* Return the thread's return value: */
118
               *thread_return = pthread->ret;
118
               *thread_return = pthread->ret;
119
119
120
       pthread->attr.flags |= PTHREAD_DETACHED;
121
120
       _thread_leave_cancellation_point();
122
       _thread_leave_cancellation_point();
121
123
122
       /* Return the completion status: */
124
       /* Return the completion status: */

Return to bug 24345