aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include/private/solaris_threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/include/private/solaris_threads.h')
-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 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 */