[BACK]Return to solaris_pthreads.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc

Diff for /OpenXM_contrib2/asir2000/gc/solaris_pthreads.c between version 1.2 and 1.3

version 1.2, 2000/12/01 09:26:13 version 1.3, 2001/04/20 07:39:19
Line 18 
Line 18 
 /* Boehm, September 14, 1994 4:44 pm PDT */  /* Boehm, September 14, 1994 4:44 pm PDT */
 /* $Id$ */  /* $Id$ */
   
 # if defined(_SOLARIS_PTHREADS)  # if defined(GC_SOLARIS_PTHREADS) || defined(_SOLARIS_PTHREADS)
 # include "gc_priv.h"  # include "private/gc_priv.h"
 # include <pthread.h>  # include <pthread.h>
 # include <thread.h>  # include <thread.h>
 # include <signal.h>  # include <signal.h>
Line 36 
Line 36 
 # define _CLASSIC_XOPEN_TYPES  # define _CLASSIC_XOPEN_TYPES
 # include <unistd.h>  # include <unistd.h>
 # include <errno.h>  # include <errno.h>
 # include "solaris_threads.h"  # include "private/solaris_threads.h"
 # include <stdio.h>  # include <stdio.h>
   
 #undef pthread_join  #undef pthread_join

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

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