summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/reg.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-08-29 06:17:48 +0000
committerjake <jake@FreeBSD.org>2002-08-29 06:17:48 +0000
commit821a548da75eefa18540bb668624292c4408fd33 (patch)
tree504a24449e0b0453b084a0982a343d168bd22048 /sys/amd64/include/reg.h
parent97dddf3bbf469578f768ae9cecb847603aed817d (diff)
downloadFreeBSD-src-821a548da75eefa18540bb668624292c4408fd33.zip
FreeBSD-src-821a548da75eefa18540bb668624292c4408fd33.tar.gz
Renamed poorly named setregs to exec_setregs. Moved its prototype to
imgact.h with the other exec support functions.
Diffstat (limited to 'sys/amd64/include/reg.h')
-rw-r--r--sys/amd64/include/reg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h
index ca15fb2..a900a9d 100644
--- a/sys/amd64/include/reg.h
+++ b/sys/amd64/include/reg.h
@@ -143,7 +143,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 *);
OpenPOWER on IntegriCloud