diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-11 20:17:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-11 20:17:13 +0000 |
commit | df08cc56eb0a050bd1d7cf569d78d4f9d2a20964 (patch) | |
tree | 225ca6e6aaf9c066b273ba7f1f6975f910d36947 /linuxthreads_db/td_ta_thr_iter.c | |
parent | bca9f4abe86e3ba2d84cb5ff96d55fe9d5afc722 (diff) | |
download | glibc-df08cc56eb0a050bd1d7cf569d78d4f9d2a20964.tar.gz glibc-df08cc56eb0a050bd1d7cf569d78d4f9d2a20964.tar.xz glibc-df08cc56eb0a050bd1d7cf569d78d4f9d2a20964.zip |
Update.
1999-10-11 Cristian Gafton <gafton@redhat.com> * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Declare SA_SIGINFO.
Diffstat (limited to 'linuxthreads_db/td_ta_thr_iter.c')
-rw-r--r-- | linuxthreads_db/td_ta_thr_iter.c | 4 |
1 files changed, 0 insertions, 4 deletions
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? */ |