__writev
extern ssize_t __writev(int, const struct iovec *, int);
PERFORM(__writev(fildes, iov, iovcnt))
if (__writev(fd, iov, 3) >= 0) {