dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/libgc/include gc.h,1.3,1.4


From: Thong Nguyen <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/libgc/include gc.h,1.3,1.4
Date: Sat, 05 Jul 2003 23:01:08 -0400

Update of /cvsroot/dotgnu-pnet/pnet/libgc/include
In directory subversions:/tmp/cvs-serv19923/include

Modified Files:
        gc.h 
Log Message:
Fix so that GC_CreateThread gets redirected even if libgc is compiled
using cygwin.



Index: gc.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/libgc/include/gc.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** gc.h        6 Feb 2003 01:35:46 -0000       1.3
--- gc.h        6 Jul 2003 03:01:06 -0000       1.4
***************
*** 86,90 ****
        defined(GC_HPUX_THREADS) || defined(GC_OSF1_THREADS) || \
        defined(GC_DGUX386_THREADS) || \
!         (defined(GC_WIN32_THREADS) && defined(__CYGWIN32__))
  #   define GC_PTHREADS
  # endif
--- 86,91 ----
        defined(GC_HPUX_THREADS) || defined(GC_OSF1_THREADS) || \
        defined(GC_DGUX386_THREADS) || \
!         (defined(GC_WIN32_THREADS) && defined(__CYGWIN32__) && \
!               !defined(GC_DISABLE_CYGWIN_PTHREADS))
  #   define GC_PTHREADS
  # endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]