summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-08-19 05:12:47 +0000
committerart <art@openbsd.org>2001-08-19 05:12:47 +0000
commit1c590233ece68c0c26d20050de1ffff2f610438e (patch)
treed78b4438a56d1e5dc48672c21121b78b8dd355c0
parentMore sensible linker flags. (diff)
downloadwireguard-openbsd-1c590233ece68c0c26d20050de1ffff2f610438e.tar.xz
wireguard-openbsd-1c590233ece68c0c26d20050de1ffff2f610438e.zip
proto for child_return
-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 */