Skip to content

Commit ca78faf

Browse files
committed
openbsd: sigcontext: sc_fpstate field should be public
1 parent 59c7586 commit ca78faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/bsd/netbsdlike/openbsd/x86_64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ s! {
3333
pub sc_rflags: ::c_long,
3434
pub sc_rsp: ::c_long,
3535
pub sc_ss: ::c_long,
36-
sc_fpstate: *mut fxsave64,
36+
pub sc_fpstate: *mut fxsave64,
3737
__sc_unused: ::c_int,
3838
pub sc_mask: ::c_int,
3939
pub sc_cookie: ::c_long,

0 commit comments

Comments
 (0)