[Lldb-commits] [lldb] r300647 - One more attempt and Windows

Chris Bieneman via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 18 18:32:09 PDT 2017


Author: cbieneman
Date: Tue Apr 18 20:32:08 2017
New Revision: 300647

URL: http://llvm.org/viewvc/llvm-project?rev=300647&view=rev
Log:
One more attempt and Windows

This is the last Windows compile error, so... Hit me with your best shot.

Modified:
    lldb/trunk/source/Host/common/MainLoop.cpp

Modified: lldb/trunk/source/Host/common/MainLoop.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/common/MainLoop.cpp?rev=300647&r1=300646&r2=300647&view=diff
==============================================================================
--- lldb/trunk/source/Host/common/MainLoop.cpp (original)
+++ lldb/trunk/source/Host/common/MainLoop.cpp Tue Apr 18 20:32:08 2017
@@ -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,




More information about the lldb-commits mailing list