]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
linux: Add STATX_DOALIGN definition to generic statx
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 3 Oct 2025 19:38:57 +0000 (16:38 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 5 Nov 2025 10:15:52 +0000 (07:15 -0300)
The commit 07937809ac377f8ffb5bad3335194dd9a447922f added
STATX_MNT_ID_UNIQUE on the statx-generic.h without updating the
generic statx struct.

io/bits/types/struct_statx.h

index 36d973779651d32c5c52e95a78e6ed29b3ccfa85..11c7a68a50893b8eabd04172f788dcbe6da3044f 100644 (file)
@@ -50,7 +50,8 @@ struct statx
   __uint32_t stx_dev_major;
   __uint32_t stx_dev_minor;
   __uint64_t stx_mnt_id;
-  __uint64_t __spare2;
+  __uint32_t stx_dio_mem_align;
+  __uint32_t stx_dio_offset_align;
   __uint64_t __statx_pad2[12];
 };