diff options
author | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-23 23:21:39 +0000 |
---|---|---|
committer | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-23 23:21:39 +0000 |
commit | 0381225714bb36b5e7b998ca0949a054b562e129 (patch) | |
tree | 78009015410222694d722d851770794edb0fc3d6 /boehm-gc/include | |
parent | 9cef69fd7e38e02bfa3857232898c39e6c7da129 (diff) | |
download | ppe42-gcc-0381225714bb36b5e7b998ca0949a054b562e129.tar.gz ppe42-gcc-0381225714bb36b5e7b998ca0949a054b562e129.zip |
* include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46451 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/include')
-rw-r--r-- | boehm-gc/include/private/solaris_threads.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/include/private/solaris_threads.h b/boehm-gc/include/private/solaris_threads.h index b2cdb36e98d..1464bc14fd7 100644 --- a/boehm-gc/include/private/solaris_threads.h +++ b/boehm-gc/include/private/solaris_threads.h @@ -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 */ |