From 23b47762acf36727c78fee4e1b1a8b7031ee3cf6 Mon Sep 17 00:00:00 2001 From: Kouame Behouba Manassé Date: Wed, 22 Jun 2022 17:31:40 +0300 Subject: executor: skips declaration of unused function 'doexit_thread' for fuchsia --- executor/common_fuchsia.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common_fuchsia.h') 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) -- cgit mrf-deployment