Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/svr4_32 Add __HAVE_SIGINFO



details:   https://anonhg.NetBSD.org/src/rev/7505a6994c62
branches:  trunk
changeset: 554233:7505a6994c62
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 26 08:11:53 2003 +0000

description:
Add __HAVE_SIGINFO

diffstat:

 sys/compat/svr4_32/svr4_32_signal.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 5deafe589218 -r 7505a6994c62 sys/compat/svr4_32/svr4_32_signal.h
--- a/sys/compat/svr4_32/svr4_32_signal.h       Sun Oct 26 08:11:51 2003 +0000
+++ b/sys/compat/svr4_32/svr4_32_signal.h       Sun Oct 26 08:11:53 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_32_signal.h,v 1.5 2003/09/26 18:11:47 christos Exp $       */
+/*     $NetBSD: svr4_32_signal.h,v 1.6 2003/10/26 08:11:53 christos Exp $       */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -73,6 +73,10 @@
 void svr4_32_to_native_sigset __P((const svr4_32_sigset_t *, sigset_t *));
 void native_to_svr4_32_sigaltstack __P((const struct sigaltstack *, struct svr4_32_sigaltstack *));
 void svr4_32_to_native_sigaltstack __P((const struct svr4_32_sigaltstack *, struct sigaltstack *));
+#ifdef __HAVE_SIGINFO
+void svr4_32_sendsig __P((const ksiginfo_t *, const sigset_t *));
+#else
 void svr4_32_sendsig __P((int, const sigset_t *, u_long));
+#endif
 
 #endif /* !_SVR4_32_SIGNAL_H_ */



Home | Main Index | Thread Index | Old Index