Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/rump/rumpkern explicitly set the signal model
details: https://anonhg.NetBSD.org/src/rev/7ea8a402dd88
branches: trunk
changeset: 762420:7ea8a402dd88
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Feb 20 19:45:45 2011 +0000
description:
explicitly set the signal model
diffstat:
tests/rump/rumpkern/t_signals.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r d443b094f252 -r 7ea8a402dd88 tests/rump/rumpkern/t_signals.c
--- a/tests/rump/rumpkern/t_signals.c Sun Feb 20 19:24:53 2011 +0000
+++ b/tests/rump/rumpkern/t_signals.c Sun Feb 20 19:45:45 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_signals.c,v 1.1 2011/01/14 13:08:00 pooka Exp $ */
+/* $NetBSD: t_signals.c,v 1.2 2011/02/20 19:45:45 pooka Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -98,6 +98,8 @@
{
int status;
+ rump_boot_setsigmodel(RUMP_SIGMODEL_PANIC);
+
switch (fork()) {
case 0:
rump_init();
Home |
Main Index |
Thread Index |
Old Index