diff options
author | Roland McGrath <roland@redhat.com> | 2009-08-23 16:33:50 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2009-08-23 16:33:50 -0700 |
commit | a0e25a886a9128b280b4c05bc9c6dd12377ea868 (patch) | |
tree | dc9fcabeabbeabe6c90dc121a19b65894074a340 /nptl_db/ChangeLog | |
parent | 8a7cea019947a68e641e9201813fe01ba35cfd1a (diff) | |
download | glibc-a0e25a886a9128b280b4c05bc9c6dd12377ea868.tar glibc-a0e25a886a9128b280b4c05bc9c6dd12377ea868.tar.gz glibc-a0e25a886a9128b280b4c05bc9c6dd12377ea868.tar.bz2 glibc-a0e25a886a9128b280b4c05bc9c6dd12377ea868.zip |
Fix td_ta_map_lwp2thr logging and early sanity check.
Diffstat (limited to 'nptl_db/ChangeLog')
-rw-r--r-- | nptl_db/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index 1ade1968a7..f79fc18e4b 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,3 +1,10 @@ +2009-08-23 Roland McGrath <roland@redhat.com> + + * td_ta_map_lwp2thr.c (__td_ta_lookup_th_unique): Move ta_ok check + and LOG call back to ... + (td_ta_map_lwp2thr): ... here. + Reported by Maciej W. Rozycki <macro@codesourcery.com>. + 2009-05-25 Aurelien Jarno <aurelien@aurel32.net> [BZ #10200] |