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

Unified Diff: runtime/platform/utils.h

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/platform/globals.h ('k') | runtime/platform/utils_openbsd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/utils.h
diff --git a/runtime/platform/utils.h b/runtime/platform/utils.h
index 9e4a3846dd6b6fa3379d7629b86f540dabfa0446..4449f5b5da6d3d18baae0b999c68593f2bf0ab16 100644
--- a/runtime/platform/utils.h
+++ b/runtime/platform/utils.h
@@ -226,6 +226,8 @@ class Utils {
#include "platform/utils_linux.h"
#elif defined(TARGET_OS_MACOS)
#include "platform/utils_macos.h"
+#elif defined(TARGET_OS_OPENBSD)
+#include "platform/utils_openbsd.h"
#elif defined(TARGET_OS_WINDOWS)
#include "platform/utils_win.h"
#else
« no previous file with comments | « runtime/platform/globals.h ('k') | runtime/platform/utils_openbsd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698