cvs commit: src/lib/libpthread/thread thr_sig.c

Daniel Eischen deischen at FreeBSD.org
Mon Apr 28 14:35:08 PDT 2003


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 at highway.ne.jp>
  
  Revision  Changes    Path
  1.47      +2 -9      src/lib/libpthread/thread/thr_sig.c


More information about the cvs-src mailing list