summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pthread/pt-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pthread/pt-internal.h b/pthread/pt-internal.h
index f5766e9..067fb73 100644
--- a/pthread/pt-internal.h
+++ b/pthread/pt-internal.h
@@ -84,6 +84,8 @@ struct __pthread
size_t guardsize; /* Included in STACKSIZE (i.e. total
stack memory is STACKSIZE, not
STACKSIZE + GUARDSIZE). */
+ /* FIXME: standard says that guardsize is in
+ addition to stacksize. */
int stack; /* Nonzero if the stack was allocated. */
/* Exit status. */