diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-06-29 16:33:07 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-06-29 16:33:07 +0200 |
| commit | 9dd8cf63e09242d6e3fcf84628f412585fccf057 (patch) | |
| tree | f9d6088fc2e6233bb04b12926e1baad7aed52950 /executor/executor_fuchsia.cc | |
| parent | 9efa2eab698f83f1f3ed7df14af83c28c002bca7 (diff) | |
executor, pkg/ipc: support output over pipes
Diffstat (limited to 'executor/executor_fuchsia.cc')
| -rw-r--r-- | executor/executor_fuchsia.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/executor_fuchsia.cc b/executor/executor_fuchsia.cc index ab6d627a3..2377ad475 100644 --- a/executor/executor_fuchsia.cc +++ b/executor/executor_fuchsia.cc @@ -27,6 +27,7 @@ int main(int argc, char** argv) install_segv_handler(); main_init(); execute_one(); + reply_execute(0); (void)error; // prevent unused function warning return 0; } |
