From df08cc56eb0a050bd1d7cf569d78d4f9d2a20964 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 11 Oct 1999 20:17:13 +0000 Subject: Update. 1999-10-11 Cristian Gafton * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Declare SA_SIGINFO. --- linuxthreads_db/td_ta_thr_iter.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'linuxthreads_db/td_ta_thr_iter.c') diff --git a/linuxthreads_db/td_ta_thr_iter.c b/linuxthreads_db/td_ta_thr_iter.c index ffb4ef23ea..e25230c2b4 100644 --- a/linuxthreads_db/td_ta_thr_iter.c +++ b/linuxthreads_db/td_ta_thr_iter.c @@ -37,10 +37,6 @@ td_ta_thr_iter (const td_thragent_t *ta, td_thr_iter_f *callback, { struct pthread_handle_struct phc; - if (cnt == 1) - /* Skip the manager thread. */ - continue; - if (ps_pdread (ta->ph, handles, &phc, sizeof (struct pthread_handle_struct)) != PS_OK) return TD_ERR; /* XXX Other error value? */ -- cgit v1.2.3