mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
(td_thr_tls_get_addr): Fix reference to dtv.
This commit is contained in:
parent
1a1495c091
commit
891f199305
@ -40,7 +40,7 @@ td_thr_tls_get_addr (const td_thrhandle_t *th __attribute__ ((unused)),
|
|||||||
|
|
||||||
/* Get the DTV pointer from the thread descriptor. */
|
/* Get the DTV pointer from the thread descriptor. */
|
||||||
if (ps_pdread (th->th_ta_p->ph,
|
if (ps_pdread (th->th_ta_p->ph,
|
||||||
&((struct _pthread_descr_struct *) th->th_unique)->dtv,
|
&((struct _pthread_descr_struct *) th->th_unique)->p_header.data.dtvp,
|
||||||
&dtvp, sizeof dtvp) != PS_OK)
|
&dtvp, sizeof dtvp) != PS_OK)
|
||||||
return TD_ERR; /* XXX Other error value? */
|
return TD_ERR; /* XXX Other error value? */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user