Date: Mon, 28 Apr 2003 14:35:07 -0700 (PDT) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_sig.c Message-ID: <200304282135.h3SLZ7Fx007586@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2003/04/28 14:35:07 PDT
FreeBSD src repository
Modified files:
lib/libpthread/thread thr_sig.c
Log:
Use the correct link entry for walking the list of threads.
While I'm here, use the TAILQ_FOREACH macro instead of a more
manual method which was inherited from libc_r (so we could
remove elements from the list which isn't needed for libpthread).
Submitted by: Kazuaki Oda <kaakun@highway.ne.jp>
Revision Changes Path
1.47 +2 -9 src/lib/libpthread/thread/thr_sig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304282135.h3SLZ7Fx007586>
