Chromium Code Reviews| Index: runtime/bin/extensions_openbsd.cc |
| diff --git a/runtime/bin/extensions_linux.cc b/runtime/bin/extensions_openbsd.cc |
| similarity index 92% |
| copy from runtime/bin/extensions_linux.cc |
| copy to runtime/bin/extensions_openbsd.cc |
| index e172f0da41bf0a220522d674dc1210f3688cdb53..9e6232e4dea34d89f2d831921316fa5c6efb97aa 100644 |
| --- a/runtime/bin/extensions_linux.cc |
| +++ b/runtime/bin/extensions_openbsd.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(TARGET_OS_OPENBSD) |
| #include "bin/extensions.h" |
| #include <dlfcn.h> // NOLINT |
| @@ -32,7 +32,8 @@ Dart_Handle Extensions::GetError() { |
| return Dart_Null(); |
| } |
| + |
|
Ivan Posva
2016/01/11 23:58:40
Please remove whitespace change.
mulander
2016/01/12 00:22:45
Acknowledged.
|
| } // namespace bin |
| } // namespace dart |
| -#endif // defined(TARGET_OS_LINUX) |
| +#endif // defined(TARGET_OS_OPENBSD) |