Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/common make the converter of sigaltstack pu...
details: https://anonhg.NetBSD.org/src/rev/676de501b081
branches: trunk
changeset: 549027:676de501b081
user: christos <christos%NetBSD.org@localhost>
date: Thu Jul 03 21:22:32 2003 +0000
description:
make the converter of sigaltstack public.
diffstat:
sys/compat/linux/common/linux_signal.c | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r 4b3d1460fffe -r 676de501b081 sys/compat/linux/common/linux_signal.c
--- a/sys/compat/linux/common/linux_signal.c Thu Jul 03 20:15:28 2003 +0000
+++ b/sys/compat/linux/common/linux_signal.c Thu Jul 03 21:22:32 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_signal.c,v 1.40 2003/01/18 21:21:33 thorpej Exp $ */
+/* $NetBSD: linux_signal.c,v 1.41 2003/07/03 21:22:32 christos Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -54,7 +54,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_signal.c,v 1.40 2003/01/18 21:21:33 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_signal.c,v 1.41 2003/07/03 21:22:32 christos Exp $");
#define COMPAT_LINUX 1
@@ -570,8 +570,6 @@
#ifdef LINUX_SS_ONSTACK
static void linux_to_native_sigaltstack __P((struct sigaltstack *,
const struct linux_sigaltstack *));
-static void native_to_linux_sigaltstack __P((struct linux_sigaltstack *,
- const struct sigaltstack *));
static void
linux_to_native_sigaltstack(bss, lss)
@@ -588,7 +586,7 @@
bss->ss_flags = 0;
}
-static void
+void
native_to_linux_sigaltstack(lss, bss)
struct linux_sigaltstack *lss;
const struct sigaltstack *bss;
Home |
Main Index |
Thread Index |
Old Index