diff options
Diffstat (limited to 'lib/libthread_db/thread_db.h')
-rw-r--r-- | lib/libthread_db/thread_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthread_db/thread_db.h b/lib/libthread_db/thread_db.h index ee71e06..44ddea4 100644 --- a/lib/libthread_db/thread_db.h +++ b/lib/libthread_db/thread_db.h @@ -184,7 +184,7 @@ typedef struct { int ti_pri; lwpid_t ti_lid; char ti_db_suspended; - int ti_traceme; + char ti_traceme; sigset_t ti_sigmask; sigset_t ti_pending; psaddr_t ti_tls; |