1 2 3 4 5 6 7 8 9 10
#include <sys/uio.h> ssize_t readv(int fildes, const struct iovec * iov, int iovcnt) { return -1; } /* XOPEN(400) */