[BACK]Return to pthread_int.h 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_int.h between version 1.26 and 1.27

version 1.26, 2004/03/14 01:19:42 version 1.27, 2004/06/25 16:33:32
Line 367  void pthread__deliver_signal(pthread_t s
Line 367  void pthread__deliver_signal(pthread_t s
 void    pthread__signal_deferred(pthread_t self, pthread_t t);  void    pthread__signal_deferred(pthread_t self, pthread_t t);
   
 void    pthread__destroy_tsd(pthread_t self);  void    pthread__destroy_tsd(pthread_t self);
 void    pthread__assertfunc(char *file, int line, char *function, char *expr);  void    pthread__assertfunc(const char *file, int line, const char *function,
 void    pthread__errorfunc(char *file, int line, char *function, char *msg);                  const char *expr);
   void    pthread__errorfunc(const char *file, int line, const char *function,
                   const char *msg);
   
 #endif /* _LIB_PTHREAD_INT_H */  #endif /* _LIB_PTHREAD_INT_H */

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb <webmaster@jp.NetBSD.org>