aboutsummaryrefslogtreecommitdiffstats
path: root/gc/solaris_pthreads.c
diff options
context:
space:
mode:
authorDai Sato <satodai@dog.intcul.tohoku.ac.jp>2001-11-22 17:52:28 +0000
committerDai Sato <satodai@dog.intcul.tohoku.ac.jp>2001-11-22 17:52:28 +0000
commita5067a1853b490e9c551ac2ff7c4cb58a9bb3f48 (patch)
tree42ca751a0b79dd050082b1e87c7d8957c161c6ff /gc/solaris_pthreads.c
parent[w3m-dev 02509] (diff)
downloadw3m-inu-0-2-2.tar.gz
w3m-inu-0-2-2.zip
w3m-0.2.2-inu-1.1 sourceinu-0-2-2-rel-1-1inu-0-2-2
Diffstat (limited to 'gc/solaris_pthreads.c')
-rw-r--r--gc/solaris_pthreads.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gc/solaris_pthreads.c b/gc/solaris_pthreads.c
index 48dd193..8ff985f 100644
--- a/gc/solaris_pthreads.c
+++ b/gc/solaris_pthreads.c
@@ -16,9 +16,9 @@
* Modified Peter C. for Solaris Posix Threads.
*/
/* Boehm, September 14, 1994 4:44 pm PDT */
-/* $Id: solaris_pthreads.c,v 1.3 2001/11/15 00:32:13 a-ito Exp $ */
+/* $Id: solaris_pthreads.c,v 1.3.2.1 2001/11/22 17:52:29 inu Exp $ */
-# if defined(GC_SOLARIS_PTHREADS) || defined(_SOLARIS_PTHREADS)
+# if defined(GC_SOLARIS_PTHREADS)
# include "private/gc_priv.h"
# include <pthread.h>
# include <thread.h>
@@ -176,5 +176,5 @@ GC_pthread_create(pthread_t *new_thread,
int GC_no_sunOS_pthreads;
#endif
-# endif /* SOLARIS_THREADS */
+# endif /* GC_SOLARIS_PTHREADS */