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

Unified Diff: runtime/vm/atomic.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/utils_openbsd.h ('k') | runtime/vm/atomic_openbsd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/atomic.h
diff --git a/runtime/vm/atomic.h b/runtime/vm/atomic.h
index 9d1fd1375fa3bca49a9250cd0e9e9893b1fefc83..a5f41de4d075098b86f4d309e64defffc6fa7a1e 100644
--- a/runtime/vm/atomic.h
+++ b/runtime/vm/atomic.h
@@ -54,6 +54,8 @@ class AtomicOperations : public AllStatic {
#include "vm/atomic_linux.h"
#elif defined(TARGET_OS_MACOS)
#include "vm/atomic_macos.h"
+#elif defined(TARGET_OS_OPENBSD)
+#include "vm/atomic_openbsd.h"
#elif defined(TARGET_OS_WINDOWS)
#include "vm/atomic_win.h"
#else
« no previous file with comments | « runtime/platform/utils_openbsd.h ('k') | runtime/vm/atomic_openbsd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698