We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d0b3a0 + 816b524 commit b667ac1Copy full SHA for b667ac1
src/unix/bsd/freebsdlike/freebsd/arm.rs
@@ -11,7 +11,7 @@ pub type __gregset_t = [::__greg_t; 17];
11
s_no_extra_traits! {
12
pub struct mcontext_t {
13
pub __gregs: ::__gregset_t,
14
- pub mc_vfp_size: ::__size_t,
+ pub mc_vfp_size: usize,
15
pub mc_vfp_ptr: *mut ::c_void,
16
pub mc_spare: [::c_uint; 33],
17
}
0 commit comments