diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-05-02 03:41:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-05-02 03:41:09 +0000 |
commit | 3ab7d051637a5af5166593547d6a16bd5943c863 (patch) | |
tree | bb992d4e8004d77db5994358058c87f2ed410f43 /sys/arch | |
parent | b45ac52cfe23f8d70993cc18d39cdd5c3f8f7a8c (diff) |
child_return() proto
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index 49b1ed2e77c..24ce6c58b6f 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.7 1999/04/20 19:26:42 mickey Exp $ */ +/* $OpenBSD: cpu.h,v 1.8 1999/05/02 03:41:08 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -71,7 +71,7 @@ int spcopy __P((pa_space_t ssp, const void *src, int spstrcpy __P((pa_space_t ssp, const void *src, pa_space_t dsp, void *dst, size_t size, size_t *rsize)); int copy_on_fault __P((void)); -void child_return __P((void)); +void child_return __P((struct proc *)); void switch_trampoline __P((void)); void switch_exit __P((struct proc *)); #define cpu_wait(p) /* so, nobody uses it nomore */ |