aboutsummaryrefslogtreecommitdiff
path: root/nptl/descr.h
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/descr.h')
-rw-r--r--nptl/descr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/descr.h b/nptl/descr.h
index 3dd6e1293c..734d339813 100644
--- a/nptl/descr.h
+++ b/nptl/descr.h
@@ -68,6 +68,9 @@ struct pthread
struct pthread *self; /* Pointer to this structure */
list_t list;
int multiple_threads;
+#ifdef NEED_DL_SYSINFO
+ uintptr_t sysinfo;
+#endif
} data;
void *__padding[16];
} header;