diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-16 04:56:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-16 04:56:00 +0000 |
commit | d2afebcce46f40e9d96fc48e541aa5a6d8deac9b (patch) | |
tree | a6cd43082f0317ad70fd5598d55d6146e0cddbe5 /linuxthreads_db/td_ta_thr_iter.c | |
parent | a99bfa85d82aecc3eb780779377a9e178e7189d2 (diff) | |
download | glibc-d2afebcce46f40e9d96fc48e541aa5a6d8deac9b.tar.gz glibc-d2afebcce46f40e9d96fc48e541aa5a6d8deac9b.tar.xz glibc-d2afebcce46f40e9d96fc48e541aa5a6d8deac9b.zip |
Update.
2002-07-15 Ulrich Drepper <drepper@redhat.com> * intl/tst-gettext.sh: Pass -f option to msgfmt. * intl/tst-gettext.c: Correctly handle untranslated messages in positive tests. * po/de.po: Update from translation team.
Diffstat (limited to 'linuxthreads_db/td_ta_thr_iter.c')
-rw-r--r-- | linuxthreads_db/td_ta_thr_iter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads_db/td_ta_thr_iter.c b/linuxthreads_db/td_ta_thr_iter.c index 977711261e..ee83c82ee9 100644 --- a/linuxthreads_db/td_ta_thr_iter.c +++ b/linuxthreads_db/td_ta_thr_iter.c @@ -47,7 +47,7 @@ handle_descr (const td_thragent_t *ta, td_thr_iter_f *callback, p_userstack but this should not be necessary here. */ th.th_ta_p = (td_thragent_t *) ta; - th.th_unique = &pds; + th.th_unique = NULL; if (callback (&th, cbdata_p) != 0) return TD_DBERR; |