diff options
Diffstat (limited to 'sys/sparc64/include/reg.h')
-rw-r--r-- | sys/sparc64/include/reg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/include/reg.h b/sys/sparc64/include/reg.h index 86cf70a..1878c43 100644 --- a/sys/sparc64/include/reg.h +++ b/sys/sparc64/include/reg.h @@ -74,7 +74,6 @@ struct dbreg { /* * XXX these interfaces are MI, so they should be declared in a MI place. */ -void setregs(struct thread *, u_long, u_long, u_long); int fill_regs(struct thread *, struct reg *); int set_regs(struct thread *, struct reg *); int fill_fpregs(struct thread *, struct fpreg *); |