diff options
author | davidxu <davidxu@FreeBSD.org> | 2005-04-12 03:03:16 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2005-04-12 03:03:16 +0000 |
commit | 6b1b88e88d2dca06c92296fd281c7dc374cf42e0 (patch) | |
tree | 57bb6a3f24e916acd3cd01aa6a9f8d5f2218698c /lib/libthread_db/thread_db.h | |
parent | 2cf5eeb00151f72e5aa07f0289c2889752eb07d9 (diff) | |
download | FreeBSD-src-6b1b88e88d2dca06c92296fd281c7dc374cf42e0.zip FreeBSD-src-6b1b88e88d2dca06c92296fd281c7dc374cf42e0.tar.gz |
Sync with debugger code in libthr.
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 17329c2..9dcc55e 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. */ |