diff options
author | Stafford Horne <shorne@gmail.com> | 2024-04-03 06:40:37 +0100 |
---|---|---|
committer | Sunil K Pandey <skpgkp2@gmail.com> | 2025-01-12 14:20:53 -0800 |
commit | e369114462d4340d1b90e25a2475ed5d7b45d373 (patch) | |
tree | f73273eb54bf789b6da5fdd2abfe2039ea959d16 /stdlib/groupingwc.c | |
parent | 3f1ab0ed66812b9ebd741e04cc1f435a38ebe6d1 (diff) | |
download | glibc-e369114462d4340d1b90e25a2475ed5d7b45d373.zip glibc-e369114462d4340d1b90e25a2475ed5d7b45d373.tar.gz glibc-e369114462d4340d1b90e25a2475ed5d7b45d373.tar.bz2 |
misc: Add support for Linux uio.h RWF_NOAPPEND flag
In Linux 6.9 a new flag is added to allow for Per-io operations to
disable append mode even if a file was opened with the flag O_APPEND.
This is done with the new RWF_NOAPPEND flag.
This caused two test failures as these tests expected the flag 0x00000020
to be unused. Adding the flag definition now fixes these tests on Linux
6.9 (v6.9-rc1).
FAIL: misc/tst-preadvwritev2
FAIL: misc/tst-preadvwritev64v2
This patch adds the flag, adjusts the test and adds details to
documentation.
Link: https://lore.kernel.org/all/20200831153207.GO3265@brightrain.aerifal.cx/
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
(cherry picked from commit 3db9d208dd5f30b12900989c6d2214782b8e2011)
Diffstat (limited to 'stdlib/groupingwc.c')
0 files changed, 0 insertions, 0 deletions