about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c
Commit message (Collapse)AuthorAgeFilesLines
* sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer2017-10-201-0/+27
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.