aboutsummaryrefslogtreecommitdiff
path: root/include/link.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/link.h')
-rw-r--r--include/link.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/link.h b/include/link.h
index ad4e0a4e0c..9c8be662cd 100644
--- a/include/link.h
+++ b/include/link.h
@@ -272,6 +272,9 @@ struct link_map
ptrdiff_t l_tls_offset;
/* Index of the module in the dtv array. */
size_t l_tls_modid;
+ /* Nonzero if the thread pointer (register or whatever it is) got
+ initialized. */
+ int l_tls_tp_initialized;
#endif
};