diff options
| author | Kouame Behouba Manassé <behouba@gmail.com> | 2022-06-22 17:31:40 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-06-22 17:43:15 +0200 |
| commit | 23b47762acf36727c78fee4e1b1a8b7031ee3cf6 (patch) | |
| tree | 052d94c23fe137a57b8cedd1175dac2012f486e6 /executor/common_fuchsia.h | |
| parent | 6299d0cf6d2de64949301de569e0269daac95f05 (diff) | |
executor: skips declaration of unused function 'doexit_thread' for fuchsia
Diffstat (limited to 'executor/common_fuchsia.h')
| -rw-r--r-- | executor/common_fuchsia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h index c63ff7bd9..cb29f715e 100644 --- a/executor/common_fuchsia.h +++ b/executor/common_fuchsia.h @@ -43,7 +43,7 @@ static void segv_handler(void) longjmp(segv_env, 1); } debug("recover: exiting\n"); - doexit_thread(SIGSEGV); + doexit(SIGSEGV); } static zx_status_t update_exception_thread_regs(zx_handle_t exception) |
