summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-19 05:12:48 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-19 05:12:48 +0000
commitb4a11f439bce0c110f0da9ba7c468f745b8de7db (patch)
treeef313b57dd0c583d76afcb8b4e2cf6c3f7bdc42d /sys
parent0b633e8398061322def21ea4f21bd46aa8343192 (diff)
proto for child_return
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/include/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h
index e7e845a7881..6ed2bc0bd46 100644
--- a/sys/arch/sparc64/include/cpu.h
+++ b/sys/arch/sparc64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.3 2001/08/18 20:20:09 art Exp $ */
+/* $OpenBSD: cpu.h,v 1.4 2001/08/19 05:12:47 art Exp $ */
/* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */
/*
@@ -292,6 +292,7 @@ void remrq __P((struct proc *));
/* trap.c */
void kill_user_windows __P((struct proc *));
int rwindow_save __P((struct proc *));
+void child_return __P((struct proc *));
/* amd7930intr.s */
void amd7930_trap __P((void));
/* cons.c */