diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-27 22:48:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-27 22:48:43 +0000 |
commit | fd6845b3865eba2ad5058edac543ef9f8f78f4cd (patch) | |
tree | a15f16c19bc0208c3d48750757cc0612706331e7 /sys/arch/i386/include/svr4_machdep.h | |
parent | fd600a4e9c7470f397abf3164bef81cc24d75ce9 (diff) |
add another parameter to trapsignal() and sendsig() -- fault addr to be
delivered with in the siginfo information
Diffstat (limited to 'sys/arch/i386/include/svr4_machdep.h')
-rw-r--r-- | sys/arch/i386/include/svr4_machdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/include/svr4_machdep.h b/sys/arch/i386/include/svr4_machdep.h index 0a5f5c8a8ee..fd39dd6c121 100644 --- a/sys/arch/i386/include/svr4_machdep.h +++ b/sys/arch/i386/include/svr4_machdep.h @@ -71,7 +71,7 @@ struct svr4_ucontext; void svr4_getcontext __P((struct proc *, struct svr4_ucontext *, int, int)); int svr4_setcontext __P((struct proc *p, struct svr4_ucontext *)); -void svr4_sendsig __P((sig_t, int, int, u_long)); +void svr4_sendsig __P((sig_t, int, int, u_long, caddr_t)); typedef struct { svr4_gregset_t greg; |