diff options
author | davidxu <davidxu@FreeBSD.org> | 2006-05-17 05:12:42 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2006-05-17 05:12:42 +0000 |
commit | c28c63ba3296fc38775a5f3325c6262b788dc416 (patch) | |
tree | af8ce7dd9ea7abc5263d09b05b2a70960aa9e8c8 /lib/libthread_db/libpthread_db.h | |
parent | 28aa53a45cc42f7cfc70a3318d951da5bda9feb5 (diff) | |
download | FreeBSD-src-c28c63ba3296fc38775a5f3325c6262b788dc416.zip FreeBSD-src-c28c63ba3296fc38775a5f3325c6262b788dc416.tar.gz |
get thread signal info.
Diffstat (limited to 'lib/libthread_db/libpthread_db.h')
-rw-r--r-- | lib/libthread_db/libpthread_db.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libthread_db/libpthread_db.h b/lib/libthread_db/libpthread_db.h index 5347d01..188da48 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; }; |