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 6346e17 commit a81f45eCopy full SHA for a81f45e
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -177,11 +177,11 @@ s! {
177
ptm_magic: ::c_uint,
178
ptm_errorcheck: __cpu_simple_lock_t,
179
#[cfg(any(target_arch = "sparc", target_arch = "sparc64",
180
- target_arch = "x86", target_arch = "x86_64"))]
+ target_arch = "x86", target_arch = "x86_64"))]
181
ptm_pad1: [u8; 3],
182
ptm_interlock: __cpu_simple_lock_t,
183
184
185
ptm_pad2: [u8; 3],
186
ptm_owner: ::pthread_t,
187
ptm_waiters: *mut u8,
0 commit comments