From f21a844f60ae6c74fcf1fddca32461acce3c1ee0 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 6 Nov 2013 16:48:53 +0000 Subject: Import lldb as of SVN r194122 Sponsored by: DARPA, AFRL --- source/Core/Communication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/Core/Communication.cpp') diff --git a/source/Core/Communication.cpp b/source/Core/Communication.cpp index 7f40e65202044..6ea7a11426be6 100644 --- a/source/Core/Communication.cpp +++ b/source/Core/Communication.cpp @@ -333,8 +333,8 @@ Communication::ReadThreadIsRunning () return m_read_thread_enabled; } -void * -Communication::ReadThread (void *p) +lldb::thread_result_t +Communication::ReadThread (lldb::thread_arg_t p) { Communication *comm = (Communication *)p; -- cgit v1.2.3