diff options
author | Roland McGrath <roland@gnu.org> | 2003-06-19 08:38:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-06-19 08:38:40 +0000 |
commit | a9c30e957767ee2108410da192114bfc9d35ad15 (patch) | |
tree | 3199c39cb98051c72e6e69d7032f09c32ab3a159 /nptl_db | |
parent | fcaa737d49b74b7a32c031468ed256df7565c91a (diff) | |
download | glibc-a9c30e957767ee2108410da192114bfc9d35ad15.tar.gz |
* td_thr_event_enable.c (td_thr_event_enable): Use proper type `bool'
for value written into inferior's `report_events'.
Diffstat (limited to 'nptl_db')
-rw-r--r-- | nptl_db/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index cb5b015510..32781ec6f8 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,3 +1,8 @@ +2003-06-19 Roland McGrath <roland@redhat.com> + + * 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 <roland@redhat.com> * td_thr_event_getmsg.c (td_thr_event_getmsg): Splice the thread out |