cvs commit: src/lib/libpthread/thread thr_kern.c thr_sig.c
thr_sigwait.c
David Xu
davidxu at FreeBSD.org
Sun Jun 29 23:16:52 PDT 2003
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
More information about the cvs-src
mailing list