Skip to content

Commit 804e8d1

Browse files
committed
Auto merge of #1287 - red75prime:pr-uclibc-mips32-align, r=gnzlbg
Fix typo in `sem_t` alignment for mips32-uclibc
2 parents b905aef + d17870a commit 804e8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/uclibc/mips/mips32/align.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
s! {
22
// FIXME this is actually a union
3-
#[cfg_attr(arget_pointer_width = "32",
3+
#[cfg_attr(target_pointer_width = "32",
44
repr(align(4)))]
55
#[cfg_attr(target_pointer_width = "64",
66
repr(align(8)))]

0 commit comments

Comments
 (0)