[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.1.2.39 and 1.1.2.40

version 1.1.2.39, 2003/01/16 03:35:45 version 1.1.2.40, 2003/01/16 14:47:12
Line 45 
Line 45 
 #include "pthread_types.h"  #include "pthread_types.h"
 #include "pthread_queue.h"  #include "pthread_queue.h"
 #include "pthread_debug.h"  #include "pthread_debug.h"
 #include "pthread_md.h"  
   
 #include <sa.h>  #include <sa.h>
 #include <signal.h>  #include <signal.h>
Line 260  int _swapcontext_u(ucontext_t *, const u
Line 259  int _swapcontext_u(ucontext_t *, const u
 void    pthread__testcancel(pthread_t self);  void    pthread__testcancel(pthread_t self);
 int     pthread__find(pthread_t self, pthread_t target);  int     pthread__find(pthread_t self, pthread_t target);
   
   #include "pthread_md.h"
   
 #ifndef PTHREAD_MD_INIT  #ifndef PTHREAD_MD_INIT
 #define PTHREAD_MD_INIT  #define PTHREAD_MD_INIT
 #endif  #endif

Legend:
Removed from v.1.1.2.39  
changed lines
  Added in v.1.1.2.40

CVSweb <webmaster@jp.NetBSD.org>