summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-01-30 07:51:52 +0000
committerkib <kib@FreeBSD.org>2012-01-30 07:51:52 +0000
commit82e1b5ac867860ddecd754a27c6cd091f40baa9e (patch)
tree297d8699384cba0a1ce04da68f9f2fefd3e07a76 /sys/amd64
parentd8d602d33c76a87dcb7a2fc928380f1be7af7c3a (diff)
downloadFreeBSD-src-82e1b5ac867860ddecd754a27c6cd091f40baa9e.zip
FreeBSD-src-82e1b5ac867860ddecd754a27c6cd091f40baa9e.tar.gz
Synchronize the struct sigcontext definitions on x86 with mcontext_t.
Pointed out by: bde MFC after: 1 month
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/signal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/amd64/include/signal.h b/sys/amd64/include/signal.h
index 0374339..085d43a 100644
--- a/sys/amd64/include/signal.h
+++ b/sys/amd64/include/signal.h
@@ -99,7 +99,10 @@ struct sigcontext {
long sc_fsbase;
long sc_gsbase;
- long sc_spare[6];
+ long sc_xfpustate;
+ long sc_xfpustate_len;
+
+ long sc_spare[4];
};
#endif /* __BSD_VISIBLE */
OpenPOWER on IntegriCloud