Index: runtime/vm/thread_interrupter_linux.cc |
diff --git a/runtime/vm/thread_interrupter_linux.cc b/runtime/vm/thread_interrupter_linux.cc |
index 6c4fdb2a133239e3f8a9a7a21d41e6f49a7cc63e..399861bf2c9f10290ebf0f306d9463d9c77ab298 100644 |
--- a/runtime/vm/thread_interrupter_linux.cc |
+++ b/runtime/vm/thread_interrupter_linux.cc |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "platform/globals.h" |
-#if defined(TARGET_OS_LINUX) |
+#if defined(HOST_OS_LINUX) |
#include <errno.h> // NOLINT |
@@ -72,4 +72,4 @@ void ThreadInterrupter::RemoveSignalHandler() { |
} // namespace dart |
-#endif // defined(TARGET_OS_LINUX) |
+#endif // defined(HOST_OS_LINUX) |