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

Unified Diff: runtime/bin/log_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/bin/io_impl_sources.gypi ('k') | runtime/bin/platform_openbsd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/log_openbsd.cc
diff --git a/runtime/bin/log_linux.cc b/runtime/bin/log_openbsd.cc
similarity index 89%
copy from runtime/bin/log_linux.cc
copy to runtime/bin/log_openbsd.cc
index f398c9e93d6b232b4f0576d17f38f9678416f72a..85b627f32b3069696c636db4aca8e3d9fca16cac 100644
--- a/runtime/bin/log_linux.cc
+++ b/runtime/bin/log_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/log.h"
@@ -26,4 +26,4 @@ void Log::VPrintErr(const char* format, va_list args) {
} // namespace bin
} // namespace dart
-#endif // defined(TARGET_OS_LINUX)
+#endif // defined(TARGET_OS_OPENBSD)
« no previous file with comments | « runtime/bin/io_impl_sources.gypi ('k') | runtime/bin/platform_openbsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698