diff options
author | des <des@FreeBSD.org> | 2009-06-09 12:32:10 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2009-06-09 12:32:10 +0000 |
commit | 1ae61ff79c5773a71ea32e2f3571dc726f547c46 (patch) | |
tree | fdbd65e6d7f879d4ee37fe1c79166e4d1c21b16f /lib/libthread_db/thread_db.h | |
parent | d2f8e2a2284f52653b066bebdbd346a464e1d9be (diff) | |
download | FreeBSD-src-1ae61ff79c5773a71ea32e2f3571dc726f547c46.zip FreeBSD-src-1ae61ff79c5773a71ea32e2f3571dc726f547c46.tar.gz |
Revert r181651, which changed the ABI, and use a temp variable instead.
Suggested by: attilio
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; |