| Index: runtime/bin/process_linux.cc
|
| diff --git a/runtime/bin/process_linux.cc b/runtime/bin/process_linux.cc
|
| index ae686e5c66bb638382c6ef11071ee4a4f62ab7f5..29e6044db842f13718872b2873d214bbd15bd105 100644
|
| --- a/runtime/bin/process_linux.cc
|
| +++ b/runtime/bin/process_linux.cc
|
| @@ -5,7 +5,7 @@
|
| #if !defined(DART_IO_DISABLED)
|
|
|
| #include "platform/globals.h"
|
| -#if defined(TARGET_OS_LINUX)
|
| +#if defined(HOST_OS_LINUX)
|
|
|
| #include "bin/process.h"
|
|
|
| @@ -997,6 +997,6 @@ void Process::ClearSignalHandler(intptr_t signal) {
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_LINUX)
|
| +#endif // defined(HOST_OS_LINUX)
|
|
|
| #endif // !defined(DART_IO_DISABLED)
|
|
|