From 3b6b9a026ed26abe3a3f1470da00ae1f478c4aca Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 17 Aug 2016 19:37:50 +0000 Subject: Vendor import of lldb release_39 branch r278877: https://llvm.org/svn/llvm-project/lldb/branches/release_39@278877 --- source/Host/common/File.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Host') diff --git a/source/Host/common/File.cpp b/source/Host/common/File.cpp index 9d4ab3d9c55e..89587a999d93 100644 --- a/source/Host/common/File.cpp +++ b/source/Host/common/File.cpp @@ -1010,7 +1010,7 @@ File::CalculateInteractiveAndTerminal () { m_is_interactive = eLazyBoolNo; m_is_real_terminal = eLazyBoolNo; -#if (defined(_WIN32) || defined(__ANDROID_NDK__)) +#if defined(_WIN32) if (_isatty(fd)) { m_is_interactive = eLazyBoolYes; -- cgit v1.3