]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Because there are only _SIG_MAXSIG elements in thread siginfo array,
authordavidxu <davidxu@FreeBSD.org>
Mon, 30 Jun 2003 06:16:50 +0000 (06:16 +0000)
committerdavidxu <davidxu@FreeBSD.org>
Mon, 30 Jun 2003 06:16:50 +0000 (06:16 +0000)
commit67068d48167e3506e10a16d9e61d6362db843c40
tree8e286fb7c1767e570cc48127627a5390c1162482
parentcfd592ad57fd4c3adbcdfbe51b5994322683ce9c
Because there are only _SIG_MAXSIG elements in thread siginfo array,
use [signal number - 1] as subscript to access the array.
lib/libkse/thread/thr_kern.c
lib/libkse/thread/thr_sig.c
lib/libkse/thread/thr_sigwait.c
lib/libpthread/thread/thr_kern.c
lib/libpthread/thread/thr_sig.c
lib/libpthread/thread/thr_sigwait.c