[BACK]Return to gc_pthread_redirects.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc / include

Diff for /OpenXM_contrib2/asir2000/gc/include/gc_pthread_redirects.h between version 1.2 and 1.3

version 1.2, 2002/07/24 07:46:33 version 1.3, 2002/07/24 08:00:18
Line 44 
Line 44 
 #endif /* SOLARIS_THREADS || SOLARIS_PTHREADS */  #endif /* SOLARIS_THREADS || SOLARIS_PTHREADS */
   
   
 #if !defined(GC_USE_LD_WRAP) && \  #if !defined(GC_USE_LD_WRAP) && defined(GC_PTHREADS) && !defined(GC_SOLARIS_PTHREADS)
     (defined(GC_IRIX_THREADS) || defined(GC_LINUX_THREADS) \  
      || defined(GC_HPUX_THREADS) || defined(GC_OSF1_THREADS))  
 /* We treat these similarly. */  /* We treat these similarly. */
 # include <pthread.h>  # include <pthread.h>
 # include <signal.h>  # include <signal.h>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>