add UIO_MAXIOV macro in sys/uio.h
authorRich Felker <dalias@aerifal.cx>
Fri, 19 Jul 2013 23:57:52 +0000 (19:57 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 19 Jul 2013 23:57:52 +0000 (19:57 -0400)
commit41e2fd9d529b00b8532e7170e3cdae0d5d6c6424
tree4bd0a2d635cedb05b8a61335e6fce88bf9911a19
parent6567db65f495cf7c11f5c1e60a3e54543d5a69bc
add UIO_MAXIOV macro in sys/uio.h

while there's no POSIX namespace provision for UIO_* in uio.h, this
exact macro name is reserved in XBD 2.2.2. apparently some
glibc-centric software expects it to exist, so let's provide it.
include/sys/uio.h