diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-08 19:02:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-08 19:02:32 +0000 |
commit | 34a977a4883248c3eecc201b64a2887259f61cfe (patch) | |
tree | 6b0d092b27e63bf68ddde83d63ccf18a45c0f3f0 /sys/arch/pmax/include | |
parent | ea78b06f6738c421c222feacc9fd435868a26ee7 (diff) |
remove conflicting decl of switch_exit
Diffstat (limited to 'sys/arch/pmax/include')
-rw-r--r-- | sys/arch/pmax/include/locore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/pmax/include/locore.h b/sys/arch/pmax/include/locore.h index 39492c6693d..fd8c25d913d 100644 --- a/sys/arch/pmax/include/locore.h +++ b/sys/arch/pmax/include/locore.h @@ -48,7 +48,6 @@ struct user; extern int copykstack __P((struct user *up)); extern void MachSaveCurFPState __P((struct proc *p)); -extern int switch_exit __P((void)); /* XXX never really returns? */ extern void blkclr __P((caddr_t val, int size)); /* bulk aligned bzero */ /* MIPS-generic locore functions used by trap.c */ |