Rename thread_siginfo to cpu_thread_siginfo.
This commit is contained in:
parent
701dc2c536
commit
5b339aaee3
@ -941,7 +941,7 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
|
||||
* Build siginfo_t for SA thread
|
||||
*/
|
||||
void
|
||||
thread_siginfo(int sig, u_long code, siginfo_t *si)
|
||||
cpu_thread_siginfo(int sig, u_long code, siginfo_t *si)
|
||||
{
|
||||
struct proc *p;
|
||||
struct thread *td;
|
||||
|
Loading…
Reference in New Issue
Block a user