Skip to content

Commit

Permalink
fixup: signal protection
Browse files Browse the repository at this point in the history
  • Loading branch information
polarvid committed Apr 15, 2024
1 parent d76c215 commit cbed412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lwp/lwp.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static int lwp_startup(void)
else
{
rt_lwp_t p = lwp_from_pid_locked(1);
p->sig_protected = 0;
p->sig_protected = 1;

error = 0;
}
Expand Down

0 comments on commit cbed412

Please sign in to comment.