aboutsummaryrefslogtreecommitdiff
path: root/htl/pt-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'htl/pt-internal.h')
-rw-r--r--htl/pt-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/htl/pt-internal.h b/htl/pt-internal.h
index 274223c..9147b87 100644
--- a/htl/pt-internal.h
+++ b/htl/pt-internal.h
@@ -100,6 +100,9 @@ struct __pthread
/* Resolver state. */
struct __res_state res_state;
+ /* Indicates whether is a C11 thread created by thrd_creat. */
+ bool c11;
+
/* Thread context. */
struct pthread_mcontext mcontext;