Move kernel signal SIGKNDELAY to system signal SIGSNDELAY and fix broken ptrace.

This commit is contained in:
Cristiano Giuffrida
2010-03-31 08:55:12 +00:00
parent 4d686f1616
commit d8b42a755d
5 changed files with 21 additions and 14 deletions

View File

@@ -401,7 +401,7 @@ PUBLIC void sig_delay_done(struct proc *rp)
rp->p_misc_flags &= ~MF_SIG_DELAY;
cause_sig(proc_nr(rp), SIGKNDELAY);
cause_sig(proc_nr(rp), SIGSNDELAY);
}
#if _MINIX_CHIP == _CHIP_INTEL