Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(853)

Unified Diff: runtime/vm/native_symbol_openbsd.cc

Issue 1559053002: Refs #10260 OpenBSD support #25327 Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address code review issues Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/gdbjit_openbsd.cc ('k') | runtime/vm/os_openbsd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/native_symbol_openbsd.cc
diff --git a/runtime/vm/native_symbol_android.cc b/runtime/vm/native_symbol_openbsd.cc
similarity index 92%
copy from runtime/vm/native_symbol_android.cc
copy to runtime/vm/native_symbol_openbsd.cc
index db43d2360639ad61d5598e4f9306f979f4c41f5d..5186392e02130fa264c5fe50ddf45deb249c8644 100644
--- a/runtime/vm/native_symbol_android.cc
+++ b/runtime/vm/native_symbol_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_ANDROID)
+#if defined(TARGET_OS_OPENBSD)
#include "vm/native_symbol.h"
@@ -42,4 +42,4 @@ void NativeSymbolResolver::FreeSymbolName(char* name) {
} // namespace dart
-#endif // defined(TARGET_OS_ANDROID)
+#endif // defined(TARGET_OS_OPENBSD)
« no previous file with comments | « runtime/vm/gdbjit_openbsd.cc ('k') | runtime/vm/os_openbsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698