summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads_db/td_ta_thr_iter.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/linuxthreads_db/td_ta_thr_iter.c')
-rw-r--r--libpthread/linuxthreads_db/td_ta_thr_iter.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libpthread/linuxthreads_db/td_ta_thr_iter.c b/libpthread/linuxthreads_db/td_ta_thr_iter.c
index 35a2e7834..da230096f 100644
--- a/libpthread/linuxthreads_db/td_ta_thr_iter.c
+++ b/libpthread/linuxthreads_db/td_ta_thr_iter.c
@@ -18,7 +18,6 @@
<http://www.gnu.org/licenses/>. */
#include "thread_dbP.h"
-#include <linuxthreads/internals.h>
#include <alloca.h>
static int
@@ -39,9 +38,7 @@ handle_descr (const td_thragent_t *ta, td_thr_iter_f *callback,
memset (&pds, '\0', sizeof (pds));
/* Empty thread descriptor the thread library would create. */
-#if !defined __UCLIBC_HAS_TLS__ || !TLS_DTV_AT_TP
- pds.p_header.data.self = &pds;
-#endif
+ pds.p_self = &pds;
pds.p_nextlive = pds.p_prevlive = &pds;
pds.p_tid = PTHREAD_THREADS_MAX;
/* The init code also sets up p_lock, p_errnop, p_herrnop, and