Rename thread_siginfo to cpu_thread_siginfo.

This commit is contained in:
marcel 2003-07-15 04:43:33 +00:00
parent 701dc2c536
commit 5b339aaee3

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;