From e2f1c7ed36b35111ae7f2c6d6dbe43d50ffddd90 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 25 Sep 2017 15:40:58 +0200 Subject: Makefile: add fuchsia support --- executor/executor_fuchsia.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'executor') diff --git a/executor/executor_fuchsia.cc b/executor/executor_fuchsia.cc index 7bb7146e1..a5aa19470 100644 --- a/executor/executor_fuchsia.cc +++ b/executor/executor_fuchsia.cc @@ -22,6 +22,7 @@ int main(int argc, char** argv) return 0; } + install_segv_handler(); int pos = 0; for (;;) { int rv = read(0, input_data + pos, sizeof(input_data) - pos); -- cgit mrf-deployment