We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c877a commit b3f9cd8Copy full SHA for b3f9cd8
src/unix/notbsd/linux/other/mod.rs
@@ -251,6 +251,7 @@ s! {
251
pub stx_uid: ::uint32_t,
252
pub stx_gid: ::uint32_t,
253
pub stx_mode: ::uint16_t,
254
+ pub __statx_pad1: [::uint16_t; 1],
255
pub stx_ino: ::uint64_t,
256
pub stx_size: ::uint64_t,
257
pub stx_blocks: ::uint64_t,
@@ -263,11 +264,13 @@ s! {
263
264
pub stx_rdev_minor: ::uint32_t,
265
pub stx_dev_major: ::uint32_t,
266
pub stx_dev_minor: ::uint32_t,
267
+ pub __statx_pad2: [::uint64_t; 14],
268
}
269
270
pub struct statx_timestamp {
271
pub tv_sec: ::int64_t,
- pub tv_nsec: ::__u32,
272
+ pub tv_nsec: ::uint32_t,
273
+ pub __statx_timestamp_pad1: [::int32_t; 1],
274
275
276
0 commit comments