aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/executor_fuchsia.cc9
-rw-r--r--executor/executor_linux.cc (renamed from executor/executor.cc)0
2 files changed, 9 insertions, 0 deletions
diff --git a/executor/executor_fuchsia.cc b/executor/executor_fuchsia.cc
new file mode 100644
index 000000000..6a312167b
--- /dev/null
+++ b/executor/executor_fuchsia.cc
@@ -0,0 +1,9 @@
+// Copyright 2017 syzkaller project authors. All rights reserved.
+// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+
+// +build
+
+int main()
+{
+ return 0;
+}
diff --git a/executor/executor.cc b/executor/executor_linux.cc
index cd0e406ff..cd0e406ff 100644
--- a/executor/executor.cc
+++ b/executor/executor_linux.cc