More like gone in 11...
This commit is contained in:
parent
6bb4cf4fef
commit
0c11b05b3f
@ -184,27 +184,6 @@ sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask)
|
|||||||
mtx_lock(&psp->ps_mtx);
|
mtx_lock(&psp->ps_mtx);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef GONE_IN_7
|
|
||||||
/*
|
|
||||||
* Build siginfo_t for SA thread
|
|
||||||
*/
|
|
||||||
void
|
|
||||||
cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
|
|
||||||
{
|
|
||||||
struct proc *p;
|
|
||||||
struct thread *td;
|
|
||||||
|
|
||||||
td = curthread;
|
|
||||||
p = td->td_proc;
|
|
||||||
PROC_LOCK_ASSERT(p, MA_OWNED);
|
|
||||||
|
|
||||||
bzero(si, sizeof(*si));
|
|
||||||
si->si_signo = sig;
|
|
||||||
si->si_code = code;
|
|
||||||
/* XXXKSE fill other fields */
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* System call to cleanup state after a signal
|
* System call to cleanup state after a signal
|
||||||
* has been taken. Reset signal mask and
|
* has been taken. Reset signal mask and
|
||||||
|
Loading…
Reference in New Issue
Block a user