mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Rename thread_siginfo to cpu_thread_siginfo.
This commit is contained in:
parent
4b7d5d84ee
commit
e90153536e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117608
@ -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