Change the type of ti_traceme from a char to an int as its

address is passed to ps_pread for reading sizeof(int) bytes.
This commit is contained in:
marcel 2008-08-13 00:03:35 +00:00
parent fcf41a718f
commit 54448b6186

View File

@ -184,7 +184,7 @@ typedef struct {
int ti_pri;
lwpid_t ti_lid;
char ti_db_suspended;
char ti_traceme;
int ti_traceme;
sigset_t ti_sigmask;
sigset_t ti_pending;
psaddr_t ti_tls;