truckman 2004/03/03 01:21:14 PST
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/kern kern_exit.c
Log:
MFC: kern_exit.c 1.222
A Linux thread created using clone() should not send SIGCHLD to its
parent if no signal is specified in the clone() flags argument.
PR: 42457
Revision Changes Path
1.92.2.13 +3 -4 src/sys/kern/kern_exit.c