summaryrefslogtreecommitdiff
path: root/solaris_threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'solaris_threads.h')
-rw-r--r--solaris_threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/solaris_threads.h b/solaris_threads.h
index d13dd554..b2cdb36e 100644
--- a/solaris_threads.h
+++ b/solaris_threads.h
@@ -24,7 +24,7 @@
} * GC_thread;
extern GC_thread GC_new_thread(thread_t id);
- extern bool GC_thr_initialized;
+ extern GC_bool GC_thr_initialized;
extern volatile GC_thread GC_threads[];
extern size_t GC_min_stack_sz;
extern size_t GC_page_sz;