diff options
| author | David Xu <davidxu@FreeBSD.org> | 2005-04-12 03:03:16 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2005-04-12 03:03:16 +0000 |
| commit | a80845eab1b7d64a121304b01e036e3f64b5ea14 (patch) | |
| tree | 57bb6a3f24e916acd3cd01aa6a9f8d5f2218698c /lib/libthread_db/thread_db.h | |
| parent | d245d9e13fa39cab381193a24af50f540bb37e9f (diff) | |
Notes
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 17329c2dc625..9dcc55e45b2d 100644 --- a/lib/libthread_db/thread_db.h +++ b/lib/libthread_db/thread_db.h @@ -57,6 +57,7 @@ typedef enum { TD_PARTIALREG } td_err_e; +struct ps_prochandle; typedef struct td_thragent td_thragent_t; typedef long thread_t; /* Must be an integral type. */ |
