This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/22321] sysconf(_SC_IOV_MAX) returns -1 on Linux


https://sourceware.org/bugzilla/show_bug.cgi?id=22321

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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  63b4baa44e8d22501c433c4093aa3310f91b6aa2 (commit)
      from  95ccb619f553c130dde7b51098d69132547f8a90 (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=63b4baa44e8d22501c433c4093aa3310f91b6aa2

commit 63b4baa44e8d22501c433c4093aa3310f91b6aa2
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Oct 20 04:10:15 2017 +0200

    sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]

    After commit 37f802f86400684c8d13403958b2c598721d6360 (Remove
    __need_IOV_MAX and __need_FOPEN_MAX), UIO_MAXIOV is no longer supplied
    (indirectly) through <bits/stdio_lim.h>, so sysdeps/posix/sysconf.c no
    longer sees the definition.

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

Summary of changes:
 ChangeLog                                          |   10 +++++++++
 sysdeps/posix/sysconf.c                            |    1 +
 sysdeps/unix/sysv/linux/Makefile                   |    5 +++-
 .../unix/sysv/linux/tst-sysconf-iov_max-uapi.c     |   13 +++++------
 .../unix/sysv/linux/tst-sysconf-iov_max.c          |   21 ++++++++++++-------
 5 files changed, 34 insertions(+), 16 deletions(-)
 copy support/xdup2.c => sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c
(78%)
 copy math/test-finite-macros.c =>
sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c (60%)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]