summaryrefslogtreecommitdiff
path: root/pthread/pt-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread/pt-internal.h')
-rw-r--r--pthread/pt-internal.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/pthread/pt-internal.h b/pthread/pt-internal.h
index eca63a1..79db55c 100644
--- a/pthread/pt-internal.h
+++ b/pthread/pt-internal.h
@@ -94,11 +94,7 @@ struct __pthread
/* Thread stack. */
void *stackaddr;
size_t stacksize;
- 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. */
+ size_t guardsize;
int stack; /* Nonzero if the stack was allocated. */
/* Exit status. */