davidxu 2003/07/11 06:42:24 PDT
FreeBSD src repository
Modified files:
sys/kern kern_sig.c
Log:
If a thread is sending signal to its process, if the thread can handle
the signal itself, it should get it without looking for other threads.
Revision Changes Path
1.250 +4 -3 src/sys/kern/kern_sig.c