We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c7586 commit ca78fafCopy full SHA for ca78faf
src/unix/bsd/netbsdlike/openbsd/x86_64.rs
@@ -33,7 +33,7 @@ s! {
33
pub sc_rflags: ::c_long,
34
pub sc_rsp: ::c_long,
35
pub sc_ss: ::c_long,
36
- sc_fpstate: *mut fxsave64,
+ pub sc_fpstate: *mut fxsave64,
37
__sc_unused: ::c_int,
38
pub sc_mask: ::c_int,
39
pub sc_cookie: ::c_long,
0 commit comments