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 af84143 commit c7972f2Copy full SHA for c7972f2
1 file changed
src/unix/linux_like/mod.rs
@@ -307,11 +307,11 @@ cfg_if! {
307
#[cfg(target_os = "linux")]
308
pub stx_atomic_write_unit_max_opt: crate::__u32,
309
310
- __statx_pad2: [crate::__u32; 1],
+ __statx_pad2: Padding<[crate::__u32; 1]>,
311
312
- __statx_pad3: [crate::__u64; 8],
+ __statx_pad3: Padding<[crate::__u64; 8]>,
313
#[cfg(not(target_os = "linux"))]
314
- __statx_pad3: [crate::__u64; 12],
+ __statx_pad3: Padding<[crate::__u64; 12]>,
315
}
316
317
pub struct statx_timestamp {
0 commit comments