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

Unified Diff: runtime/vm/atomic_linux.h

Issue 2750843003: Rename TARGET_OS_* to HOST_OS_*. (Closed)
Patch Set: DEPS Created 3 years, 9 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/atomic_fuchsia.h ('k') | runtime/vm/atomic_macos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/atomic_linux.h
diff --git a/runtime/vm/atomic_linux.h b/runtime/vm/atomic_linux.h
index c4ee9102f8db97aefe355da9386c562ccfffdc93..b4cdffb0f607ec9d8cd4b2631bbcad651c6891e0 100644
--- a/runtime/vm/atomic_linux.h
+++ b/runtime/vm/atomic_linux.h
@@ -9,7 +9,7 @@
#error Do not include atomic_linux.h directly. Use atomic.h instead.
#endif
-#if !defined(TARGET_OS_LINUX)
+#if !defined(HOST_OS_LINUX)
#error This file should only be included on Linux builds.
#endif
« no previous file with comments | « runtime/vm/atomic_fuchsia.h ('k') | runtime/vm/atomic_macos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698