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 Actually move the prototype of nativ...



details:   https://anonhg.NetBSD.org/src/rev/147367b32e79
branches:  trunk
changeset: 549042:147367b32e79
user:      enami <enami%NetBSD.org@localhost>
date:      Fri Jul 04 03:04:11 2003 +0000

description:
Actually move the prototype of native_to_linux_sigaltstack here.

diffstat:

 sys/compat/linux/common/linux_signal.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ef645c821c8a -r 147367b32e79 sys/compat/linux/common/linux_signal.h
--- a/sys/compat/linux/common/linux_signal.h    Fri Jul 04 02:35:38 2003 +0000
+++ b/sys/compat/linux/common/linux_signal.h    Fri Jul 04 03:04:11 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_signal.h,v 1.19 2002/04/02 23:25:07 christos Exp $       */
+/*     $NetBSD: linux_signal.h,v 1.20 2003/07/04 03:04:11 enami Exp $  */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -93,6 +93,9 @@
 void native_to_linux_sigaction __P((struct linux_sigaction *,
     const struct sigaction *));
 
+void native_to_linux_sigaltstack __P((struct linux_sigaltstack *,
+    const struct sigaltstack *));
+
 __END_DECLS
 #endif /* !_KERNEL */
 



Home | Main Index | Thread Index | Old Index