aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/svr4/svr4_signal.h')
-rw-r--r--sys/compat/svr4/svr4_signal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_signal.h b/sys/compat/svr4/svr4_signal.h
index c3230fb1ee38..218236d9880c 100644
--- a/sys/compat/svr4/svr4_signal.h
+++ b/sys/compat/svr4/svr4_signal.h
@@ -133,10 +133,12 @@ struct svr4_sigaltstack {
#define SVR4_MINSIGSTKSZ 8192
+struct ksiginfo;
+
void bsd_to_svr4_sigaltstack(const struct sigaltstack *, struct svr4_sigaltstack *);
void bsd_to_svr4_sigset(const sigset_t *, svr4_sigset_t *);
void svr4_to_bsd_sigaltstack(const struct svr4_sigaltstack *, struct sigaltstack *);
void svr4_to_bsd_sigset(const svr4_sigset_t *, sigset_t *);
-void svr4_sendsig(sig_t, int, sigset_t *, u_long);
+void svr4_sendsig(sig_t, struct ksiginfo *, sigset_t *);
#endif /* !_SVR4_SIGNAL_H_ */