public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h
@ 2023-01-17 20:41 Joseph Myers
0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2023-01-17 20:41 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=07937809ac377f8ffb5bad3335194dd9a447922f
commit 07937809ac377f8ffb5bad3335194dd9a447922f
Author: Joseph Myers <joseph@codesourcery.com>
Date: Tue Jan 17 20:41:34 2023 +0000
Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h
Linux 6.1 adds a new STATX_DIOALIGN constant. Add it to glibc's
bits/statx-generic.h.
Tested for x86_64.
Diff:
---
io/bits/statx-generic.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/io/bits/statx-generic.h b/io/bits/statx-generic.h
index 6869855ee7..3a02a84ce9 100644
--- a/io/bits/statx-generic.h
+++ b/io/bits/statx-generic.h
@@ -41,6 +41,7 @@
# define STATX_ALL 0x0fffU
# define STATX_BTIME 0x0800U
# define STATX_MNT_ID 0x1000U
+# define STATX_DIOALIGN 0x2000U
# define STATX__RESERVED 0x80000000U
# define STATX_ATTR_COMPRESSED 0x0004
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-01-17 20:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-17 20:41 [glibc] Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h Joseph Myers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).