summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/StreamAsynchronousIO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/StreamAsynchronousIO.cpp')
-rw-r--r--lldb/source/Core/StreamAsynchronousIO.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/StreamAsynchronousIO.cpp b/lldb/source/Core/StreamAsynchronousIO.cpp
index 84659c6e16b..d6ab0d85725 100644
--- a/lldb/source/Core/StreamAsynchronousIO.cpp
+++ b/lldb/source/Core/StreamAsynchronousIO.cpp
@@ -44,7 +44,7 @@ StreamAsynchronousIO::Flush ()
}
}
-int
+size_t
StreamAsynchronousIO::Write (const void *s, size_t length)
{
m_accumulated_data.Write (s, length);
OpenPOWER on IntegriCloud