diff options
Diffstat (limited to 'boehm-gc/solaris_pthreads.c')
-rw-r--r-- | boehm-gc/solaris_pthreads.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boehm-gc/solaris_pthreads.c b/boehm-gc/solaris_pthreads.c index c28a052a80d..91a0f01b33f 100644 --- a/boehm-gc/solaris_pthreads.c +++ b/boehm-gc/solaris_pthreads.c @@ -16,7 +16,6 @@ * Modified Peter C. for Solaris Posix Threads. */ /* Boehm, September 14, 1994 4:44 pm PDT */ -/* $Id: solaris_pthreads.c,v 1.1 1999/04/07 14:56:06 tromey Exp $ */ # if defined(_SOLARIS_PTHREADS) # include "gc_priv.h" @@ -46,7 +45,7 @@ pthread_cond_t GC_prom_join_cv; /* Broadcast when any thread terminates */ pthread_cond_t GC_create_cv; /* Signalled when a new undetached */ /* thread starts. */ -extern bool GC_multithreaded; +extern GC_bool GC_multithreaded; /* We use the allocation lock to protect thread-related data structures. */ |