diff options
author | Maciej W. Rozycki <macro@mips.com> | 2018-03-01 16:10:05 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@mips.com> | 2018-03-01 16:10:05 +0000 |
commit | b717c14fb1b2b51373d8d0f0217bb53caad59495 (patch) | |
tree | e1a8719c6fa6cfdcb9d6896a8d33f8f79cef25c4 /ChangeLog | |
parent | 1efe13586124f536437ee031626f94a2cf2a502a (diff) | |
download | glibc-b717c14fb1b2b51373d8d0f0217bb53caad59495.tar.gz glibc-b717c14fb1b2b51373d8d0f0217bb53caad59495.tar.xz glibc-b717c14fb1b2b51373d8d0f0217bb53caad59495.zip |
nptl_db: Remove stale `match_pid' parameter from `iterate_thread_list'
Complement commit c579f48edba8 ("Remove cached PID/TID in clone") and remove the `match_pid' parameter not used by `iterate_thread_list' any longer. Update call sites accordingly. * nptl_db/td_ta_thr_iter.c (iterate_thread_list): Remove `match_pid' parameter. (td_ta_thr_iter): Update accordingly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1992ccdde4..4b7e0a0261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-03-01 Maciej W. Rozycki <macro@mips.com> + + * nptl_db/td_ta_thr_iter.c (iterate_thread_list): Remove + `match_pid' parameter. + (td_ta_thr_iter): Update accordingly. + 2018-03-01 Florian Weimer <fweimer@redhat.com> * nptl/Makefile (install-lib-ldscripts): Remove. |