diff options
Diffstat (limited to 'lib/libthread_db/thread_db.h')
| -rw-r--r-- | lib/libthread_db/thread_db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthread_db/thread_db.h b/lib/libthread_db/thread_db.h index 8827dd698d77..17329c2dc625 100644 --- a/lib/libthread_db/thread_db.h +++ b/lib/libthread_db/thread_db.h @@ -176,6 +176,7 @@ typedef pthread_key_t thread_key_t; typedef struct { const td_thragent_t *ti_ta_p; thread_t ti_tid; + psaddr_t ti_thread; td_thr_state_e ti_state; td_thr_type_e ti_type; td_thr_events_t ti_events; |
