diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2005-05-20 13:09:49 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2005-05-20 13:09:49 +0000 |
| commit | d36dd0b78e967af8cfa003ac39385b87dc558551 (patch) | |
| tree | 98afe2ee2846684f4da52e64ec0237aa8691ec79 /lib/libthread_db/libpthread_db.c | |
| parent | 4b937b70190fb5d3a978125531d4ca73414bd949 (diff) | |
Notes
Diffstat (limited to 'lib/libthread_db/libpthread_db.c')
| -rw-r--r-- | lib/libthread_db/libpthread_db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthread_db/libpthread_db.c b/lib/libthread_db/libpthread_db.c index 4d085458503d..7f858e74e2cf 100644 --- a/lib/libthread_db/libpthread_db.c +++ b/lib/libthread_db/libpthread_db.c @@ -946,7 +946,7 @@ pt_thr_tls_get_addr(const td_thrhandle_t *th, void *_linkmap, size_t offset, { char *obj_entry; const td_thragent_t *ta = th->th_ta; - psaddr_t tcb_addr, *dtv_addr, tcb_tp; + psaddr_t tcb_addr, *dtv_addr; int tls_index, ret; /* linkmap is a member of Obj_Entry */ |
