public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Joseph Myers <jsm28@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h
Date: Tue, 17 Jan 2023 20:41:47 +0000 (GMT)	[thread overview]
Message-ID: <20230117204147.368DB3858D28@sourceware.org> (raw)

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

                 reply	other threads:[~2023-01-17 20:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230117204147.368DB3858D28@sourceware.org \
    --to=jsm28@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).