mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
Rename thread_siginfo to cpu_thread_siginfo.
This commit is contained in:
parent
4b7d5d84ee
commit
e90153536e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue