Skip to content

Commit cbed412

Browse files
committed
fixup: signal protection
1 parent d76c215 commit cbed412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lwp/lwp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ static int lwp_startup(void)
176176
else
177177
{
178178
rt_lwp_t p = lwp_from_pid_locked(1);
179-
p->sig_protected = 0;
179+
p->sig_protected = 1;
180180

181181
error = 0;
182182
}

0 commit comments

Comments
 (0)