Skip to content

Commit

Permalink
Auto merge of #1287 - red75prime:pr-uclibc-mips32-align, r=gnzlbg
Browse files Browse the repository at this point in the history
Fix typo in `sem_t` alignment for mips32-uclibc
  • Loading branch information
bors committed Feb 28, 2019
2 parents b905aef + d17870a commit 804e8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/uclibc/mips/mips32/align.rs
@@ -1,6 +1,6 @@
s! {
// FIXME this is actually a union
#[cfg_attr(arget_pointer_width = "32",
#[cfg_attr(target_pointer_width = "32",
repr(align(4)))]
#[cfg_attr(target_pointer_width = "64",
repr(align(8)))]
Expand Down

0 comments on commit 804e8d1

Please sign in to comment.