[BACK]Return to tib.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/tib.h between version 1.7 and 1.8

version 1.7, 2019/05/10 13:29:21 version 1.8, 2020/07/14 16:48:13
Line 143 
Line 143 
         int     tib_canceled;          int     tib_canceled;
         int     tib_errno;          int     tib_errno;
         void    *tib_locale;          void    *tib_locale;
   #ifdef __powerpc64__
           void    *tib_thread;
         void    *tib_dtv;               /* internal to the runtime linker */          void    *tib_dtv;               /* internal to the runtime linker */
   #else
           void    *tib_dtv;               /* internal to the runtime linker */
         void    *tib_thread;          void    *tib_thread;
   #endif
 };  };
   
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8