Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include make sure to define _UC_MACHINE32_PAD



details:   https://anonhg.NetBSD.org/src/rev/019c723e647b
branches:  trunk
changeset: 762594:019c723e647b
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Feb 24 00:40:09 2011 +0000

description:
make sure to define _UC_MACHINE32_PAD

diffstat:

 sys/arch/mips/include/mcontext.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 2f1e1f40b77f -r 019c723e647b sys/arch/mips/include/mcontext.h
--- a/sys/arch/mips/include/mcontext.h  Thu Feb 24 00:33:44 2011 +0000
+++ b/sys/arch/mips/include/mcontext.h  Thu Feb 24 00:40:09 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mcontext.h,v 1.13 2011/02/23 07:47:09 matt Exp $       */
+/*     $NetBSD: mcontext.h,v 1.14 2011/02/24 00:40:09 matt Exp $       */
 
 /*-
  * Copyright (c) 1999, 2002 The NetBSD Foundation, Inc.
@@ -145,7 +145,8 @@
 
 #endif /* !__ASSEMBLER__ */
 
-#define _UC_MACHINE_PAD        16      /* Padding appended to ucontext_t */
+#define _UC_MACHINE_PAD                16      /* Padding appended to ucontext_t */
+#define _UC_MACHINE32_PAD      16      /* Padding appended to ucontext_t */
 
 #define        _UC_SETSTACK    0x00010000
 #define        _UC_CLRSTACK    0x00020000



Home | Main Index | Thread Index | Old Index