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

Unified Diff: runtime/bin/stdio_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/socket_openbsd.cc ('k') | runtime/bin/thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/stdio_openbsd.cc
diff --git a/runtime/bin/stdio_macos.cc b/runtime/bin/stdio_openbsd.cc
similarity index 95%
copy from runtime/bin/stdio_macos.cc
copy to runtime/bin/stdio_openbsd.cc
index 24f0414a8f72fcc0dd754f2329b23fb99a18ee30..545bbcd9a366f58837ff1bf0455af28aebd9946f 100644
--- a/runtime/bin/stdio_macos.cc
+++ b/runtime/bin/stdio_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_MACOS)
+#if defined(TARGET_OS_OPENBSD)
#include <errno.h> // NOLINT
#include <sys/ioctl.h> // NOLINT
@@ -79,4 +79,4 @@ bool Stdout::GetTerminalSize(intptr_t fd, int size[2]) {
} // namespace bin
} // namespace dart
-#endif // defined(TARGET_OS_MACOS)
+#endif // defined(TARGET_OS_OPENBSD)
« no previous file with comments | « runtime/bin/socket_openbsd.cc ('k') | runtime/bin/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698