+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
-#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 */
extern size_t GC_page_sz;
extern void GC_thr_init(void);
-# endif /* SOLARIS_THREADS */
+# endif /* GC_SOLARIS_THREADS */