From 2a1ec466abbce0fdef4cce1a35464f67e4ff73dc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 11 Aug 1994 00:26:03 +0000 Subject: [PATCH] (struct sigcontext): Renamed member `sc_err' to `sc_error'. --- sysdeps/mach/hurd/mips/sigcontext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/mach/hurd/mips/sigcontext.h b/sysdeps/mach/hurd/mips/sigcontext.h index edc807c..b57d648 100644 --- a/sysdeps/mach/hurd/mips/sigcontext.h +++ b/sysdeps/mach/hurd/mips/sigcontext.h @@ -34,7 +34,7 @@ struct sigcontext unsigned int sc_intr_port; /* Error code associated with this signal (interpreted as `error_t'). */ - int sc_err; + int sc_error; /* All following members are machine-dependent. The rest of this structure is written to be laid out identically to: @@ -45,7 +45,7 @@ struct sigcontext } trampoline.c knows this, so it must be changed if this changes. */ int sc_gpr[31]; /* "General" registers; [0] is r1. */ - int sc_mdlo, sc_mdhi; /* High and low multiplication results. */ + int sc_mdlo, sc_mdhi; /* Low and high multiplication results. */ int sc_pc; /* Instruction pointer. */ /* struct mips_exc_state */ -- 2.7.4