summaryrefslogtreecommitdiff
path: root/libpthread/nptl_db/td_ta_map_lwp2thr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl_db/td_ta_map_lwp2thr.c')
-rw-r--r--libpthread/nptl_db/td_ta_map_lwp2thr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl_db/td_ta_map_lwp2thr.c b/libpthread/nptl_db/td_ta_map_lwp2thr.c
index 1e93210b9..acfa0fd8a 100644
--- a/libpthread/nptl_db/td_ta_map_lwp2thr.c
+++ b/libpthread/nptl_db/td_ta_map_lwp2thr.c
@@ -49,7 +49,7 @@ td_ta_map_lwp2thr (const td_thragent_t *ta_arg,
{
err = ps_pdread (ta->ph, howto,
&ta->ta_howto_data.const_thread_area,
- sizeof ta->ta_howto_data.const_thread_area);
+ sizeof ta->ta_howto_data.const_thread_area);
if (err != PS_OK)
return TD_ERR;
ta->ta_howto = ta_howto_const_thread_area;