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 7924fcc commit 2d807eeCopy full SHA for 2d807ee
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -165,7 +165,8 @@ s! {
165
#[cfg(any(target_arch = "sparc", target_arch = "sparc64",
166
target_arch = "x86", target_arch = "x86_64"))]
167
ptm_pad1: [u8; 3],
168
- ptm_unused: __pthread_spin_t, // actually a union with a non-unused, 0-initialized field
+ // actually a union with a non-unused, 0-initialized field
169
+ ptm_unused: __pthread_spin_t,
170
171
172
ptm_pad2: [u8; 3],
0 commit comments