| Index: runtime/vm/thread_interrupter_fuchsia.cc
|
| diff --git a/runtime/vm/thread_interrupter_fuchsia.cc b/runtime/vm/thread_interrupter_fuchsia.cc
|
| index 23fb8264ab58adbe8975bce6779410d434d68df6..9f2507bb29028bb7e96d37f8c242eb3fed04d674 100644
|
| --- a/runtime/vm/thread_interrupter_fuchsia.cc
|
| +++ b/runtime/vm/thread_interrupter_fuchsia.cc
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #include "platform/globals.h"
|
| -#if defined(TARGET_OS_FUCHSIA)
|
| +#if defined(HOST_OS_FUCHSIA)
|
|
|
| #include "vm/thread_interrupter.h"
|
|
|
| @@ -31,4 +31,4 @@ void ThreadInterrupter::RemoveSignalHandler() {
|
|
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_FUCHSIA)
|
| +#endif // defined(HOST_OS_FUCHSIA)
|
|
|