aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_fuchsia.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_fuchsia.h')
-rw-r--r--executor/common_fuchsia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h
index cb29f715e..a19e3f827 100644
--- a/executor/common_fuchsia.h
+++ b/executor/common_fuchsia.h
@@ -160,7 +160,7 @@ static void event_reset(event_t* ev)
static void event_set(event_t* ev)
{
if (ev->state)
- fail("event already set");
+ exitf("event already set");
__atomic_store_n(&ev->state, 1, __ATOMIC_RELEASE);
}