|
@@ -60,7 +60,7 @@ extern bool __nptl_initial_report_events;
|
|
i.e. at the very end of the area covered by TLS_PRE_TCB_SIZE. */
|
|
i.e. at the very end of the area covered by TLS_PRE_TCB_SIZE. */
|
|
DESC (_thread_db_pthread_dtvp,
|
|
DESC (_thread_db_pthread_dtvp,
|
|
TLS_PRE_TCB_SIZE + offsetof (tcbhead_t, dtv)
|
|
TLS_PRE_TCB_SIZE + offsetof (tcbhead_t, dtv)
|
|
- - (TLS_TCB_SIZE == 0 ? sizeof (tcbhead_t) : 0), union dtv)
|
|
+ - (TLS_TCB_SIZE == 0 ? sizeof (tcbhead_t) : 0), union dtv *)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
|