Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/alpha Pass a signal mask to restore_si...
details: https://anonhg.NetBSD.org/src/rev/b224e3523f8c
branches: trunk
changeset: 483808:b224e3523f8c
user: erh <erh%NetBSD.org@localhost>
date: Sat Mar 18 23:40:56 2000 +0000
description:
Pass a signal mask to restore_sigcontext.
diffstat:
sys/compat/linux/arch/alpha/linux_machdep.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 0e1169b82a2f -r b224e3523f8c sys/compat/linux/arch/alpha/linux_machdep.h
--- a/sys/compat/linux/arch/alpha/linux_machdep.h Sat Mar 18 22:46:53 2000 +0000
+++ b/sys/compat/linux/arch/alpha/linux_machdep.h Sat Mar 18 23:40:56 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_machdep.h,v 1.1 1998/09/30 21:36:26 erh Exp $ */
+/* $NetBSD: linux_machdep.h,v 1.2 2000/03/18 23:40:56 erh Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -97,7 +97,8 @@
__BEGIN_DECLS
void setup_linux_rt_sigframe __P((struct trapframe *, int, sigset_t *));
void setup_linux_sigframe __P((struct trapframe *, int, sigset_t *));
-int linux_restore_sigcontext __P((struct proc *, struct linux_sigcontext));
+int linux_restore_sigcontext __P((struct proc *, struct linux_sigcontext,
+ sigset_t *));
void linux_sendsig __P((sig_t, int, sigset_t *, u_long));
dev_t linux_fakedev __P((dev_t));
__END_DECLS
Home |
Main Index |
Thread Index |
Old Index