1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
Files
glibc/sysdeps/unix/sysv/linux
Stafford Horne e369114462 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 3db9d208dd)
2025-01-12 14:20:53 -08:00
..
2022-05-03 10:35:23 +02:00
2022-05-03 10:35:23 +02:00
2022-08-05 23:47:00 +02:00
2022-05-17 08:08:52 +02:00
2024-08-01 17:17:28 +02:00
2022-05-17 08:08:52 +02:00
2024-08-01 17:17:28 +02:00
2024-08-01 17:17:28 +02:00
2022-01-17 14:34:54 -03:00