[BACK]Return to pthread.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libpthread

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libpthread/pthread.c between version 1.101 and 1.102

version 1.101, 2008/05/25 17:05:28 version 1.102, 2008/06/25 11:06:34
Line 594  pthread_join(pthread_t thread, void **va
Line 594  pthread_join(pthread_t thread, void **va
                 }                  }
   
         }          }
           pthread__testcancel(self);
         if (valptr != NULL)          if (valptr != NULL)
                 *valptr = thread->pt_exitval;                  *valptr = thread->pt_exitval;
         /* pthread__reap() will drop the lock. */          /* pthread__reap() will drop the lock. */

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

CVSweb <webmaster@jp.NetBSD.org>