public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add STATX_MNT_ID_UNIQUE from Linux 6.8 to bits/statx-generic.h
@ 2024-03-15 22:23 Joseph Myers
  0 siblings, 0 replies; only message in thread
From: Joseph Myers @ 2024-03-15 22:23 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4b0860d029f3cd61485d97c3620a5935b398b178

commit 4b0860d029f3cd61485d97c3620a5935b398b178
Author: Joseph Myers <josmyers@redhat.com>
Date:   Fri Mar 15 22:22:50 2024 +0000

    Add STATX_MNT_ID_UNIQUE from Linux 6.8 to bits/statx-generic.h
    
    Linux 6.8 adds a new STATX_MNT_ID_UNIQUE 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 5859856068..30a24765dc 100644
--- a/io/bits/statx-generic.h
+++ b/io/bits/statx-generic.h
@@ -42,6 +42,7 @@
 # define STATX_BTIME 0x0800U
 # define STATX_MNT_ID 0x1000U
 # define STATX_DIOALIGN 0x2000U
+# define STATX_MNT_ID_UNIQUE 0x4000U
 # define STATX__RESERVED 0x80000000U
 
 # define STATX_ATTR_COMPRESSED 0x0004

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-15 22:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-15 22:23 [glibc] Add STATX_MNT_ID_UNIQUE from Linux 6.8 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).