Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include Always expose struct sigcontext instead...



details:   https://anonhg.NetBSD.org/src/rev/597f325b6bca
branches:  trunk
changeset: 572355:597f325b6bca
user:      joff <joff%NetBSD.org@localhost>
date:      Thu Dec 30 20:38:37 2004 +0000

description:
Always expose struct sigcontext instead of just #ifdef COMPAT_16.

diffstat:

 sys/arch/arm/include/signal.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r d3b04ea51ae4 -r 597f325b6bca sys/arch/arm/include/signal.h
--- a/sys/arch/arm/include/signal.h     Thu Dec 30 19:43:25 2004 +0000
+++ b/sys/arch/arm/include/signal.h     Thu Dec 30 20:38:37 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: signal.h,v 1.8 2004/05/10 21:51:50 drochner Exp $      */
+/*     $NetBSD: signal.h,v 1.9 2004/12/30 20:38:37 joff Exp $  */
 
 /*
  * Copyright (c) 1994-1996 Mark Brinicombe.
@@ -97,7 +97,6 @@
 };
 #endif /* __LIBC12_SOURCE__ || _KERNEL */
 
-#ifdef COMPAT_16
 struct sigcontext {
        int     sc_onstack;             /* sigstack state to restore */
        int     __sc_mask13;            /* signal mask to restore (old style) */
@@ -123,7 +122,6 @@
        
        sigset_t sc_mask;               /* signal mask to restore (new style) */
 };
-#endif
 
 #endif /* !_LOCORE */
 



Home | Main Index | Thread Index | Old Index