Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 Define SIGINFO variant of netbsd32_sends...
details: https://anonhg.NetBSD.org/src/rev/2b83c1846367
branches: trunk
changeset: 553148:2b83c1846367
user: matt <matt%NetBSD.org@localhost>
date: Fri Oct 10 23:18:57 2003 +0000
description:
Define SIGINFO variant of netbsd32_sendsig when __HAVE_SIGINFO is defined.
diffstat:
sys/compat/netbsd32/netbsd32_exec.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 89a42e22e114 -r 2b83c1846367 sys/compat/netbsd32/netbsd32_exec.h
--- a/sys/compat/netbsd32/netbsd32_exec.h Fri Oct 10 22:47:10 2003 +0000
+++ b/sys/compat/netbsd32/netbsd32_exec.h Fri Oct 10 23:18:57 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_exec.h,v 1.16 2003/09/26 18:10:32 christos Exp $ */
+/* $NetBSD: netbsd32_exec.h,v 1.17 2003/10/10 23:18:57 matt Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -72,7 +72,11 @@
void netbsd32_setregs (struct lwp *, struct exec_package *, u_long stack);
int netbsd32_sigreturn (struct proc *, void *, register_t *);
+#ifdef __HAVE_SIGINFO
+void netbsd32_sendsig (const ksiginfo_t *, const sigset_t *);
+#else
void netbsd32_sendsig (int, const sigset_t *, u_long);
+#endig
extern char netbsd32_esigcode[], netbsd32_sigcode[];
Home |
Main Index |
Thread Index |
Old Index