diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-05 03:45:55 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-05 03:45:55 +0000 |
commit | ac110745dcbef340ea4f5808f96a95bb306df3ae (patch) | |
tree | ebe92c13038e1d3f7a0a78a7e1e6895dc37ea1a5 /nptl_db/ChangeLog | |
parent | 44de49707eeab00096e360cb8873a24d90ff8a56 (diff) | |
download | glibc-ac110745dcbef340ea4f5808f96a95bb306df3ae.tar.gz glibc-ac110745dcbef340ea4f5808f96a95bb306df3ae.tar.xz glibc-ac110745dcbef340ea4f5808f96a95bb306df3ae.zip |
* td_thr_get_info.c (td_thr_get_info): ti_tid is pthread_t, not a PID.
* thread_db.h (td_thrinfo_t): Comment fix. * td_ta_map_lwp2thr.c: Moved to ../nptl/sysdeps/i386/.
Diffstat (limited to 'nptl_db/ChangeLog')
-rw-r--r-- | nptl_db/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index 2520fe3c66..8726260509 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,3 +1,11 @@ +2002-12-04 Roland McGrath <roland@redhat.com> + + * td_thr_get_info.c (td_thr_get_info): ti_tid is pthread_t, not a PID. + + * thread_db.h (td_thrinfo_t): Comment fix. + + * td_ta_map_lwp2thr.c: Moved to ../nptl/sysdeps/i386/. + 2002-12-04 Ulrich Drepper <drepper@redhat.com> * td_ta_thr_iter.c (iterate_thread_list): At end of iteration read |