aboutsummaryrefslogtreecommitdiffstats
path: root/gc/include/private/solaris_threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'gc/include/private/solaris_threads.h')
-rw-r--r--gc/include/private/solaris_threads.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gc/include/private/solaris_threads.h b/gc/include/private/solaris_threads.h
index 1464bc1..7d49c29 100644
--- a/gc/include/private/solaris_threads.h
+++ b/gc/include/private/solaris_threads.h
@@ -16,7 +16,8 @@
# define DETACHED 2 /* Thread is intended to be detached. */
# define CLIENT_OWNS_STACK 4
/* Stack was supplied by client. */
-# define SUSPENDED 8 /* Currently suspended. */
+# define SUSPNDED 8 /* Currently suspended. */
+ /* SUSPENDED is used insystem header. */
ptr_t stack;
size_t stack_size;
cond_t join_cv;