Rename thread_siginfo to cpu_thread_siginfo.

This commit is contained in:
Marcel Moolenaar 2003-07-15 04:43:33 +00:00
parent 4b7d5d84ee
commit e90153536e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117608

View file

@ -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;