Move kernel signal SIGKNDELAY to system signal SIGSNDELAY and fix broken ptrace.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user