summaryrefslogtreecommitdiff
path: root/boehm-gc/solaris_pthreads.c
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/solaris_pthreads.c')
-rw-r--r--boehm-gc/solaris_pthreads.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/solaris_pthreads.c b/boehm-gc/solaris_pthreads.c
index c7359e24b7f..b07dd9b0a04 100644
--- a/boehm-gc/solaris_pthreads.c
+++ b/boehm-gc/solaris_pthreads.c
@@ -17,7 +17,7 @@
*/
/* Boehm, September 14, 1994 4:44 pm PDT */
-# if defined(GC_SOLARIS_PTHREADS) || defined(_SOLARIS_PTHREADS)
+# if defined(GC_SOLARIS_PTHREADS)
# include "private/gc_priv.h"
# include <pthread.h>
# include <thread.h>
@@ -175,5 +175,5 @@ GC_pthread_create(pthread_t *new_thread,
int GC_no_sunOS_pthreads;
#endif
-# endif /* SOLARIS_THREADS */
+# endif /* GC_SOLARIS_PTHREADS */