summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/machdep.c
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2003-07-15 00:11:04 +0000
committerdavidxu <davidxu@FreeBSD.org>2003-07-15 00:11:04 +0000
commit720b97177fba58292dfcf0a9ccad52076cd53e76 (patch)
tree40e1059b7c5a576e4d0d3ffe7e80a2d03f42f945 /sys/powerpc/aim/machdep.c
parent5ecf206bdeaff7188680193fa691cc07690809e6 (diff)
downloadFreeBSD-src-720b97177fba58292dfcf0a9ccad52076cd53e76.zip
FreeBSD-src-720b97177fba58292dfcf0a9ccad52076cd53e76.tar.gz
Rename thread_siginfo to cpu_thread_siginfo.
Suggested by: jhb
Diffstat (limited to 'sys/powerpc/aim/machdep.c')
-rw-r--r--sys/powerpc/aim/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c
index e1f77dd..ddc2670 100644
--- a/sys/powerpc/aim/machdep.c
+++ b/sys/powerpc/aim/machdep.c
@@ -509,7 +509,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;
OpenPOWER on IntegriCloud