summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2017-04-27 00:23:41 +0000
committerChris Bieneman <beanz@apple.com>2017-04-27 00:23:41 +0000
commit2d1f6e1191639b6c8c3526472f9995795d257dd7 (patch)
treeb04973f96bca87985d60c9c9ea572243607866f7
parentb7b7ddbb1cedbe5fd9e9e5dece2918f27318a81c (diff)
downloadbcm5719-llvm-2d1f6e1191639b6c8c3526472f9995795d257dd7.tar.gz
bcm5719-llvm-2d1f6e1191639b6c8c3526472f9995795d257dd7.zip
One more attempt to fix the broken bots.
llvm-svn: 301504
-rw-r--r--lldb/source/Host/common/TCPSocket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/Host/common/TCPSocket.cpp b/lldb/source/Host/common/TCPSocket.cpp
index 83d63d08a4a..465a739115a 100644
--- a/lldb/source/Host/common/TCPSocket.cpp
+++ b/lldb/source/Host/common/TCPSocket.cpp
@@ -32,8 +32,10 @@
#ifdef LLVM_ON_WIN32
#define CLOSE_SOCKET closesocket
+typedef const char *set_socket_option_arg_type;
#else
#define CLOSE_SOCKET ::close
+typedef const void *set_socket_option_arg_type;
#endif
using namespace lldb;
OpenPOWER on IntegriCloud