__uint32_t stx_rdev_minor;
__uint32_t stx_dev_major;
__uint32_t stx_dev_minor;
- __uint64_t __statx_pad2[14];
+ __uint64_t stx_mnt_id;
+ __uint64_t __spare2;
+ __uint64_t __statx_pad2[12];
};
#endif /* __statx_defined */
_Static_assert (offsetof (struct statx, stx_ino) == 32, "statx ino");
_Static_assert (offsetof (struct statx, stx_atime) == 64, "statx atime");
_Static_assert (offsetof (struct statx, stx_rdev_major) == 128, "statx rdev");
-_Static_assert (offsetof (struct statx, __statx_pad2) == 144, "statx pad2");
+_Static_assert (offsetof (struct statx, __statx_pad2) == 160, "statx pad2");
#include "statx_generic.c"