summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2017-04-19 01:32:08 +0000
committerChris Bieneman <beanz@apple.com>2017-04-19 01:32:08 +0000
commitc2a9e5b4edfb9a9656bc4701cb50e2c5751aba41 (patch)
tree4e0e3e66807f28d4dbac2eb2287546c0a4fc9acd /lldb
parent7e23afcb604504f63fe42f844d1c7612fdd3dbba (diff)
downloadbcm5719-llvm-c2a9e5b4edfb9a9656bc4701cb50e2c5751aba41.tar.gz
bcm5719-llvm-c2a9e5b4edfb9a9656bc4701cb50e2c5751aba41.zip
One more attempt and Windows
This is the last Windows compile error, so... Hit me with your best shot. llvm-svn: 300647
Diffstat (limited to 'lldb')
-rw-r--r--lldb/source/Host/common/MainLoop.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/common/MainLoop.cpp b/lldb/source/Host/common/MainLoop.cpp
index 923d37b44a9..d73a80581b1 100644
--- a/lldb/source/Host/common/MainLoop.cpp
+++ b/lldb/source/Host/common/MainLoop.cpp
@@ -35,6 +35,7 @@
#if SIGNAL_POLLING_UNSUPPORTED
#ifdef LLVM_ON_WIN32
typedef int sigset_t;
+typedef int siginfo_t;
#endif
int ppoll(struct pollfd *fds, size_t nfds, const struct timespec *timeout_ts,
OpenPOWER on IntegriCloud