sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]
authorFlorian Weimer <fweimer@redhat.com>
Fri, 20 Oct 2017 02:10:15 +0000 (04:10 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 20 Oct 2017 02:10:15 +0000 (04:10 +0200)
commit63b4baa44e8d22501c433c4093aa3310f91b6aa2
tree2a8a738beec1d6587adb9a36fea810be2adb4e0c
parent95ccb619f553c130dde7b51098d69132547f8a90
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.
ChangeLog
sysdeps/posix/sysconf.c
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c [new file with mode: 0644]