about summary refs log tree commit diff
path: root/sysdeps/i386/i686/memmove.S
diff options
context:
space:
mode:
authorStafford Horne <shorne@gmail.com>2024-04-03 06:40:37 +0100
committerFlorian Weimer <fweimer@redhat.com>2024-05-29 13:51:32 +0200
commit70f560fc22212f733647c9121c26bbb2307f2e10 (patch)
tree290ee15363bfe288d0f74cba0ffd78e8f302f930 /sysdeps/i386/i686/memmove.S
parentc9d8534406ab69b9bc1fd3fdfb9e88c9580d3f24 (diff)
downloadglibc-release/2.39/master.tar.gz
glibc-release/2.39/master.tar.xz
glibc-release/2.39/master.zip
misc: Add support for Linux uio.h RWF_NOAPPEND flag release/2.39/master
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 'sysdeps/i386/i686/memmove.S')
0 files changed, 0 insertions, 0 deletions