summaryrefslogtreecommitdiff
path: root/sys/kern/kern_kse.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-08-02 01:38:27 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-08-02 01:38:27 +0000
commit3d3f5f6057a9e42080c1330ce74965156ea6f28b (patch)
tree87b89c63bbd39660b11158653a7334a9628c6119 /sys/kern/kern_kse.c
parent969ff54d7028ef66a9cb3e07ad668cc61cdfad23 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_kse.c')
-rw-r--r--sys/kern/kern_kse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_kse.c b/sys/kern/kern_kse.c
index 5e49273e2e97..3a258b1662e0 100644
--- a/sys/kern/kern_kse.c
+++ b/sys/kern/kern_kse.c
@@ -623,6 +623,7 @@ kse_create(struct thread *td, struct kse_create_args *uap)
* If we are the first time, and a normal thread,
* then trnasfer all the signals back to the 'process'.
* SA threading will make a special thread to handle them.
+ */
if (first && sa) {
SIGSETOR(p->p_siglist, td->td_siglist);
SIGEMPTYSET(td->td_siglist);