aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2001-10-23 23:21:39 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2001-10-23 23:21:39 +0000
commitdc8a02024db40f7600e814538d211140093a5a22 (patch)
tree78009015410222694d722d851770794edb0fc3d6 /boehm-gc/include
parent94d01eccfcbdf65764deda55745b8138093c9965 (diff)
downloadgcc-dc8a02024db40f7600e814538d211140093a5a22.zip
gcc-dc8a02024db40f7600e814538d211140093a5a22.tar.gz
gcc-dc8a02024db40f7600e814538d211140093a5a22.tar.bz2
solaris_threads.h: Update to use GC_SOLARIS_THREADS.
* include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS. Co-Authored-By: Andreas Tobler <toa@pop.agri.ch> From-SVN: r46451
Diffstat (limited to 'boehm-gc/include')
-rw-r--r--boehm-gc/include/private/solaris_threads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/include/private/solaris_threads.h b/boehm-gc/include/private/solaris_threads.h
index b2cdb36..1464bc1 100644
--- a/boehm-gc/include/private/solaris_threads.h
+++ b/boehm-gc/include/private/solaris_threads.h
@@ -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 */