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

Unified Diff: runtime/vm/cpu_arm64.cc

Issue 2904963002: Remove unused <sys/syscall.h> inclusion on Fuchsia (Closed)
Patch Set: correct host macro Created 3 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/cpu_arm64.cc
diff --git a/runtime/vm/cpu_arm64.cc b/runtime/vm/cpu_arm64.cc
index 10a0404c3fd9565d0c83ed1a13fd8e438bc14df3..290d90da6408110495d76480423343a59a4320ae 100644
--- a/runtime/vm/cpu_arm64.cc
+++ b/runtime/vm/cpu_arm64.cc
@@ -12,7 +12,9 @@
#include "vm/simulator.h"
#if !defined(USING_SIMULATOR)
+#if !defined(HOST_OS_FUCHSIA)
#include <sys/syscall.h> /* NOLINT */
+#endif
#include <unistd.h> /* NOLINT */
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698