From d606e60dfe3d50499812f7d740dae6e727fa9f76 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 20 Sep 2017 16:55:28 +0200 Subject: executor: split source per-OS Update #191 --- executor/executor_fuchsia.cc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 executor/executor_fuchsia.cc (limited to 'executor/executor_fuchsia.cc') 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; +} -- cgit mrf-deployment