]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
solaris_threads.h: Update to use GC_SOLARIS_THREADS.
authorLoren J. Rittle <ljrittle@acm.org>
Tue, 23 Oct 2001 23:21:39 +0000 (23:21 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Tue, 23 Oct 2001 23:21:39 +0000 (23:21 +0000)
        * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.

Co-Authored-By: Andreas Tobler <toa@pop.agri.ch>
From-SVN: r46451

boehm-gc/ChangeLog
boehm-gc/include/private/solaris_threads.h

index 2d67f75489a2fafaf4a58aca7b155c392fb003fb..aefe87faa828650d9c756ef45aade09c4cc88083 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
+           Andreas Tobler <toa@pop.agri.ch>
+
+       * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
+
 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
 
        * linux_threads.c (GC_init_parallel): Do not declare as a static
index b2cdb36e98d9734447c77b3c41c5f4352362552a..1464bc14fd7f9b063c91824d3cad7b7a03225a7d 100644 (file)
@@ -1,4 +1,4 @@
-#ifdef SOLARIS_THREADS
+#ifdef GC_SOLARIS_THREADS
 
 /* The set of all known threads.  We intercept thread creation and     */
 /* joins.  We never actually create detached threads.  We allocate all */
@@ -30,5 +30,5 @@
   extern size_t GC_page_sz;
   extern void GC_thr_init(void);
 
-# endif /* SOLARIS_THREADS */
+# endif /* GC_SOLARIS_THREADS */