Commit dc8a0202 by Loren J. Rittle Committed by Loren J. Rittle

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
parent 94d01ecc
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 */
......@@ -30,5 +30,5 @@
extern size_t GC_page_sz;
extern void GC_thr_init(void);
# endif /* SOLARIS_THREADS */
# endif /* GC_SOLARIS_THREADS */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment