diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-09-14 16:07:21 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2008-09-14 16:07:21 +0000 |
| commit | 03fad2ad5f6a883d1f63ee7fbd40c9c91fb4d2d6 (patch) | |
| tree | 02668a21719febb89d083b97a83b079abb56473a /lib/libthread_db/thread_db.h | |
| parent | 441a61a08ff3bd8eb4e847f403da3a8dbfee6520 (diff) | |
Notes
Diffstat (limited to 'lib/libthread_db/thread_db.h')
| -rw-r--r-- | lib/libthread_db/thread_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthread_db/thread_db.h b/lib/libthread_db/thread_db.h index 3508eba35eac..ee71e0605892 100644 --- a/lib/libthread_db/thread_db.h +++ b/lib/libthread_db/thread_db.h @@ -95,7 +95,7 @@ typedef enum { typedef struct { td_thr_events_e event; - const td_thrhandle_t *th_p; + psaddr_t th_p; uintptr_t data; } td_event_msg_t; |
