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 Adjust setup_linux_rt_sigframe/s...



details:   https://anonhg.NetBSD.org/src/rev/28f786a95609
branches:  trunk
changeset: 771467:28f786a95609
user:      njoly <njoly%NetBSD.org@localhost>
date:      Mon Nov 21 22:00:42 2011 +0000

description:
Adjust setup_linux_rt_sigframe/setup_linux_sigframe prototypes.

diffstat:

 sys/compat/linux/arch/alpha/linux_machdep.h |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 4e2388a30e71 -r 28f786a95609 sys/compat/linux/arch/alpha/linux_machdep.h
--- a/sys/compat/linux/arch/alpha/linux_machdep.h       Mon Nov 21 20:56:21 2011 +0000
+++ b/sys/compat/linux/arch/alpha/linux_machdep.h       Mon Nov 21 22:00:42 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.h,v 1.11 2008/04/28 20:23:42 martin Exp $        */
+/*     $NetBSD: linux_machdep.h,v 1.12 2011/11/21 22:00:42 njoly Exp $ */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -92,10 +92,12 @@
 
 #ifdef _KERNEL
 __BEGIN_DECLS
-void setup_linux_rt_sigframe(struct trapframe *, int, const sigset_t *);
-void setup_linux_sigframe(struct trapframe *, int, const sigset_t *);
+void setup_linux_rt_sigframe(struct trapframe *, const ksiginfo_t *,
+    const sigset_t *);
+void setup_linux_sigframe(struct trapframe *, const ksiginfo_t *,
+    const sigset_t *);
 int linux_restore_sigcontext(struct lwp *, struct linux_sigcontext,
-                                 sigset_t *);
+    sigset_t *);
 void linux_syscall_intern(struct proc *);
 __END_DECLS
 #endif /* !_KERNEL */



Home | Main Index | Thread Index | Old Index