aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/x86_64/bits/sigcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/x86_64/bits/sigcontext.h')
-rw-r--r--sysdeps/mach/hurd/x86_64/bits/sigcontext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/x86_64/bits/sigcontext.h b/sysdeps/mach/hurd/x86_64/bits/sigcontext.h
index 7bac881176..d83795fcbc 100644
--- a/sysdeps/mach/hurd/x86_64/bits/sigcontext.h
+++ b/sysdeps/mach/hurd/x86_64/bits/sigcontext.h
@@ -96,6 +96,8 @@ struct sigcontext
struct i386_fp_save sc_fpsave;
struct i386_fp_regs sc_fpregs;
int sc_fpexcsr; /* FPSR including exception bits. */
+
+ struct i386_xfloat_state *xstate;
};
/* Traditional BSD names for some members. */