Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2003 23:16:50 -0700 (PDT)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/thread thr_kern.c thr_sig.c thr_sigwait.c
Message-ID:  <200306300616.h5U6Go0B056054@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidxu     2003/06/29 23:16:50 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_kern.c thr_sig.c thr_sigwait.c 
  Log:
  Because there are only _SIG_MAXSIG elements in thread siginfo array,
  use [signal number - 1] as subscript to access the array.
  
  Revision  Changes    Path
  1.74      +1 -1      src/lib/libpthread/thread/thr_kern.c
  1.57      +14 -14    src/lib/libpthread/thread/thr_sig.c
  1.27      +1 -1      src/lib/libpthread/thread/thr_sigwait.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306300616.h5U6Go0B056054>