summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Host/HostNativeThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Host/HostNativeThread.h')
-rw-r--r--lldb/include/lldb/Host/HostNativeThread.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/lldb/include/lldb/Host/HostNativeThread.h b/lldb/include/lldb/Host/HostNativeThread.h
index b0411cad7a3..e33d978d5ae 100644
--- a/lldb/include/lldb/Host/HostNativeThread.h
+++ b/lldb/include/lldb/Host/HostNativeThread.h
@@ -14,14 +14,10 @@
#if defined(_WIN32)
#include "lldb/Host/windows/HostThreadWindows.h"
-#elif defined(__linux__)
-#include "lldb/Host/linux/HostThreadLinux.h"
-#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
-#include "lldb/Host/freebsd/HostThreadFreeBSD.h"
-#elif defined(__NetBSD__)
-#include "lldb/Host/netbsd/HostThreadNetBSD.h"
#elif defined(__APPLE__)
#include "lldb/Host/macosx/HostThreadMacOSX.h"
+#else
+#include "lldb/Host/posix/HostThreadPosix.h"
#endif
#endif
OpenPOWER on IntegriCloud