diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-12-06 23:41:33 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-12-06 23:41:33 +0000 |
commit | 49b8986728181d41238045b1cce9a7ca38555b20 (patch) | |
tree | b4211000342cf8c1bdacc109c3a6e79bbac286c1 /sys/arch | |
parent | 7413fbbb3ad3e91c48015fe94b6f4ac63be21936 (diff) |
child_return() is already declared in <sys/proc.h>
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/include/cpu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h index 2b8854ca3db..c82928f1d1f 100644 --- a/sys/arch/amd64/include/cpu.h +++ b/sys/arch/amd64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.99 2015/11/23 22:57:12 deraadt Exp $ */ +/* $OpenBSD: cpu.h,v 1.100 2015/12/06 23:41:32 guenther Exp $ */ /* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */ /*- @@ -384,9 +384,6 @@ void i8259_default_setup(void); void cpu_init_msrs(struct cpu_info *); -/* trap.c */ -void child_return(void *); - /* dkcsum.c */ void dkcsumattach(void); |