Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f11758bb authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 9c7e5c7c: Merge "Only Win32 doesn\'t have writev."

* commit '9c7e5c7c':
  Only Win32 doesn't have writev.
parents fcb2f0ab 9c7e5c7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -320,9 +320,9 @@ static const char* getPriorityString(int priority)
    return priorityStrings[idx];
}

#ifndef HAVE_WRITEV
#if defined(_WIN32)
/*
 * Some platforms like WIN32 do not have writev().
 * WIN32 does not have writev().
 * Make up something to replace it.
 */
static ssize_t fake_writev(int fd, const struct iovec *iov, int iovcnt) {