Skip to content

Commit

Permalink
remove alignment for older rust releases
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed May 23, 2021
1 parent 1b1bf4d commit 890ac7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unix/bsd/netbsdlike/netbsd/x86_64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pub type c___greg_t = u64;
pub type __cpu_simple_lock_nv_t = ::c_uchar;

s! {
#[repr(align(16))]
pub struct mcontext_t {
pub __gregs: [c___greg_t; 26],
pub _mc_tlsbase: c___greg_t,
Expand Down

0 comments on commit 890ac7d

Please sign in to comment.