summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'liblog/fake_log_device.c')
-rw-r--r--liblog/fake_log_device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/liblog/fake_log_device.c b/liblog/fake_log_device.c
index b8d87bb02..117e1547a 100644
--- a/liblog/fake_log_device.c
+++ b/liblog/fake_log_device.c
@@ -320,9 +320,9 @@ static const char* getPriorityString(int priority)
320 return priorityStrings[idx]; 320 return priorityStrings[idx];
321} 321}
322 322
323#ifndef HAVE_WRITEV 323#if defined(_WIN32)
324/* 324/*
325 * Some platforms like WIN32 do not have writev(). 325 * WIN32 does not have writev().
326 * Make up something to replace it. 326 * Make up something to replace it.
327 */ 327 */
328static ssize_t fake_writev(int fd, const struct iovec *iov, int iovcnt) { 328static ssize_t fake_writev(int fd, const struct iovec *iov, int iovcnt) {