aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-20 16:55:28 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-09-20 21:19:29 +0200
commitd606e60dfe3d50499812f7d740dae6e727fa9f76 (patch)
treec064112adf95aef1119c5b81068f97cacdcf2b36 /executor
parent9cd52ccb43572d63bda7b0ed13ed57b98951d7eb (diff)
executor: split source per-OS
Update #191
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