Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/arch/mips/mips Add a routine to actually invok...



details:   https://anonhg.NetBSD.org/src/rev/7cad50d3a845
branches:  pgoyette-compat
changeset: 830833:7cad50d3a845
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Sep 29 08:25:36 2018 +0000

description:
Add a routine to actually invoke the hook for netbsd32_sendsig()

diffstat:

 sys/arch/mips/mips/netbsd32_machdep.c |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r a81182783a7b -r 7cad50d3a845 sys/arch/mips/mips/netbsd32_machdep.c
--- a/sys/arch/mips/mips/netbsd32_machdep.c     Sat Sep 29 08:07:54 2018 +0000
+++ b/sys/arch/mips/mips/netbsd32_machdep.c     Sat Sep 29 08:25:36 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_machdep.c,v 1.15.2.2 2018/09/29 08:07:54 pgoyette Exp $       */
+/*     $NetBSD: netbsd32_machdep.c,v 1.15.2.3 2018/09/29 08:25:36 pgoyette Exp $       */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.15.2.2 2018/09/29 08:07:54 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_machdep.c,v 1.15.2.3 2018/09/29 08:25:36 pgoyette Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_coredump.h"
@@ -227,6 +227,13 @@
 }
 #endif
 
+void
+netbsd32_sendsig(const ksiginfo_t *ksi, const sigset_t *mask)
+{
+
+       netbsd32_sendsig_hook_f_call(ksi, mask);
+}
+
 void    
 netbsd32_machdep_md_init(void)
 {       



Home | Main Index | Thread Index | Old Index