diff options
| author | David Xu <davidxu@FreeBSD.org> | 2003-07-15 00:11:04 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2003-07-15 00:11:04 +0000 |
| commit | 20a2d71332a927764bdc719e9e0fba1645daf11f (patch) | |
| tree | 40e1059b7c5a576e4d0d3ffe7e80a2d03f42f945 /sys/alpha | |
| parent | c44a6dcebd2fe4f5f48d4139d922985349b090e5 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index d0013a95ea82..5bd7623bcc40 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -1465,7 +1465,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; |
