diff options
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; }; |