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

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

Diff for /src/lib/libpthread_dbg/Attic/pthread_dbg.c between version 1.49 and 1.50

version 1.49, 2016/11/21 03:02:34 version 1.50, 2016/11/22 04:17:05
Line 345  td_map_pth2thr(td_proc_t *proc, pthread_
Line 345  td_map_pth2thr(td_proc_t *proc, pthread_
 {  {
         int magic, val;          int magic, val;
   
         val = READ(proc,          val = READ(proc, (caddr_t)&thread->pt_magic, &magic, sizeof(magic));
             (char *)thread + offsetof(struct __pthread_st, pt_magic),  
             &magic, sizeof(magic));  
         if (val != 0)          if (val != 0)
                 return val;                  return val;
   

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

CVSweb <webmaster@jp.NetBSD.org>