From: Roland McGrath Date: Thu, 19 Jun 2003 08:38:40 +0000 (+0000) Subject: * td_thr_event_enable.c (td_thr_event_enable): Use proper type `bool' X-Git-Tag: cvs/glibc-2_3_3~562 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9c30e957767ee2108410da192114bfc9d35ad15;p=platform%2Fupstream%2Fglibc.git * td_thr_event_enable.c (td_thr_event_enable): Use proper type `bool' for value written into inferior's `report_events'. --- diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index cb5b015..32781ec 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,3 +1,8 @@ +2003-06-19 Roland McGrath + + * td_thr_event_enable.c (td_thr_event_enable): Use proper type `bool' + for value written into inferior's `report_events'. + 2003-03-18 Roland McGrath * td_thr_event_getmsg.c (td_thr_event_getmsg): Splice the thread out