From 7c709f2d4f9872d1b445f760b0e68da89e256b9e Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 2 Feb 2018 20:08:55 +0000 Subject: store pthread stack guard sizes for pthread_getattr_np --- src/internal/pthread_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/pthread_impl.h') diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index f0b2c20c..4a0db987 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -46,6 +46,7 @@ struct pthread { char *dlerror_buf; int dlerror_flag; void *stdio_locks; + size_t guard_size; uintptr_t canary_at_end; void **dtv_copy; }; -- cgit v1.2.1