diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-01 23:05:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-01 23:05:10 +0000 |
commit | 8b9eebd8494d97b2b02bf5e7a0f2edc7ebe67ca7 (patch) | |
tree | fbe34d7c5b2260f82ecd081e95486ee33ed5bece /sys/arch/sparc/include/svr4_machdep.h | |
parent | 41af40fac6714670ff497a0558dab724ca56f35f (diff) |
trapsignal/sendsig type/sigval changes
Diffstat (limited to 'sys/arch/sparc/include/svr4_machdep.h')
-rw-r--r-- | sys/arch/sparc/include/svr4_machdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/svr4_machdep.h b/sys/arch/sparc/include/svr4_machdep.h index 2c716b37714..7b1220ee14f 100644 --- a/sys/arch/sparc/include/svr4_machdep.h +++ b/sys/arch/sparc/include/svr4_machdep.h @@ -101,7 +101,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, caddr_t)); +void svr4_sendsig __P((sig_t, int, int, u_long, int, union sigval)); int svr4_trap __P((int, struct proc *)); #endif /* !_SPARC_SVR4_MACHDEP_H_ */ |