summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/reg.h')
-rw-r--r--sys/alpha/include/reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/reg.h b/sys/alpha/include/reg.h
index 5dfde65..b4a73f3 100644
--- a/sys/alpha/include/reg.h
+++ b/sys/alpha/include/reg.h
@@ -110,7 +110,7 @@ struct dbreg {
#ifdef _KERNEL
void restorefpstate __P((struct fpreg *));
void savefpstate __P((struct fpreg *));
-void setregs __P((struct proc *, u_long, u_long, u_long));
+void setregs __P((struct thread *, u_long, u_long, u_long));
#endif
#endif /* _ALPHA_REG_H_ */
OpenPOWER on IntegriCloud