We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f8972 commit 2a131d2Copy full SHA for 2a131d2
src/unix/notbsd/linux/align.rs
@@ -7,17 +7,15 @@ macro_rules! expand_align {
7
target_arch = "mips64",
8
target_arch = "s390x",
9
target_arch = "sparc64",
10
- all(target_arch = "aarch64",
11
- target_env = "musl")),
+ target_arch = "aarch64"),
12
repr(align(4)))]
13
#[cfg_attr(not(any(target_pointer_width = "32",
14
target_arch = "x86_64",
15
target_arch = "powerpc64",
16
17
18
19
20
- target_env = "musl"))),
+ target_arch = "aarch64")),
21
repr(align(8)))]
22
pub struct pthread_mutexattr_t {
23
#[doc(hidden)]
0 commit comments