aboutsummaryrefslogtreecommitdiff
path: root/lib/libthread_db/libpthread_db.h
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2006-05-17 05:12:42 +0000
committerDavid Xu <davidxu@FreeBSD.org>2006-05-17 05:12:42 +0000
commit2ed66c939032ac9807294eb67a6514bcc8af23d8 (patch)
treeaf8ce7dd9ea7abc5263d09b05b2a70960aa9e8c8 /lib/libthread_db/libpthread_db.h
parent0eb14dbdd6abe47d656f7ec0bc9caa1ea368bc01 (diff)
Notes
Diffstat (limited to 'lib/libthread_db/libpthread_db.h')
-rw-r--r--lib/libthread_db/libpthread_db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libthread_db/libpthread_db.h b/lib/libthread_db/libpthread_db.h
index 5347d01dc979..188da4842732 100644
--- a/lib/libthread_db/libpthread_db.h
+++ b/lib/libthread_db/libpthread_db.h
@@ -73,6 +73,8 @@ struct td_thragent {
int thread_off_key_destructor;
int thread_state_zoombie;
int thread_state_running;
+ int thread_off_sigmask;
+ int thread_off_sigpend;
struct pt_map *map;
int map_len;
};