aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-09-25 15:40:58 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-09-25 15:40:58 +0200
commite2f1c7ed36b35111ae7f2c6d6dbe43d50ffddd90 (patch)
tree51fa595b4cff54c136208cdee2bf5879d62c4542 /executor
parentaf442a22d956464e7df703b290fa49d78dda3dfa (diff)
Makefile: add fuchsia support
Diffstat (limited to 'executor')
-rw-r--r--executor/executor_fuchsia.cc1
1 files changed, 1 insertions, 0 deletions
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);