Skip to content

Commit

Permalink
fixup! fixup! signal handling: User-defined interrupt handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo committed May 5, 2023
1 parent d92b132 commit 28edeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signal-handling.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ static void jl_check_profile_autostop(void)
}
}

JL_DLLEXPORT _Atomic(jl_array_t *) jl_interrupt_handlers = NULL;
JL_DLLEXPORT _Atomic(jl_array_t *) jl_interrupt_handlers JL_GLOBALLY_ROOTED = NULL;
JL_DLLEXPORT jl_array_t *jl_get_interrupt_handlers(void)
{
jl_array_t *handlers = jl_atomic_load_relaxed(&jl_interrupt_handlers);
Expand Down

0 comments on commit 28edeb0

Please sign in to comment.