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
This commit is contained in:
parent
94d01eccfc
commit
dc8a02024d
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue