Comment 5 for bug 1773363

Revision history for this message
In , Cvs-commit (cvs-commit) wrote :

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via f2652643d7234c08205b75f527191c2e2b35251f (commit)
      from d2dc5467c67bc8625a4fc8f285b6a5443bf43df4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f2652643d7234c08205b75f527191c2e2b35251f

commit f2652643d7234c08205b75f527191c2e2b35251f
Author: H.J. Lu <email address hidden>
Date: Tue Apr 3 12:19:20 2018 -0700

    Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]

    Add RWF_APPEND to RWF_SUPPORTED to support Linux kernel 4.16.

     [BZ #22947]
     * bits/uio-ext.h (RWF_APPEND): New.
     * sysdeps/unix/sysv/linux/bits/uio-ext.h (RWF_APPEND): Likewise.
     * manual/llio.texi: Document RWF_APPEND.
     * misc/tst-preadvwritev2-common.c (RWF_APPEND): New.
     (RWF_SUPPORTED): Add RWF_APPEND.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog | 9 +++++++++
 bits/uio-ext.h | 1 +
 manual/llio.texi | 3 +++
 misc/tst-preadvwritev2-common.c | 6 +++++-
 sysdeps/unix/sysv/linux/bits/uio-ext.h | 1 +
 5 files changed, 19 insertions(+), 1 deletions(-)