summaryrefslogtreecommitdiff
path: root/boehm-gc
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
parent94d01eccfcbdf65764deda55745b8138093c9965 (diff)
downloadgcc-dc8a02024db40f7600e814538d211140093a5a22.tar.gz
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')
-rw-r--r--boehm-gc/ChangeLog5
-rw-r--r--boehm-gc/include/private/solaris_threads.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 2d67f75489a..aefe87faa82 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -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
diff --git a/boehm-gc/include/private/solaris_threads.h b/boehm-gc/include/private/solaris_threads.h
index b2cdb36e98d..1464bc14fd7 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 */