More like gone in 11...

This commit is contained in:
imp 2014-04-24 21:17:48 +00:00
parent f2b36dcede
commit 8b920413db

View File

@ -184,27 +184,6 @@ sendsig(sig_t catcher, ksiginfo_t *ksi, sigset_t *mask)
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
* has been taken. Reset signal mask and