mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 21:47:28 +08:00
signal: SIGCONT can be caught
pass ltp sigaction case 19-5.c, 23-5,c and 28-5.c. When SIGCONT is dispatched, resume all members of the task group. So there is nothing do in default action. Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>
This commit is contained in:
@@ -135,7 +135,7 @@ static const struct nxsig_defaction_s g_defactions[] =
|
||||
{ SIGVTALRM, 0, nxsig_abnormal_termination },
|
||||
#endif
|
||||
#ifdef CONFIG_SIG_SIGSTOP_ACTION
|
||||
{ SIGCONT, SIG_FLAG_NOCATCH, nxsig_null_action },
|
||||
{ SIGCONT, 0, nxsig_null_action },
|
||||
{ SIGSTOP, SIG_FLAG_NOCATCH, nxsig_stop_task },
|
||||
{ SIGTSTP, 0, nxsig_stop_task },
|
||||
{ SIGTTIN, 0, nxsig_stop_task },
|
||||
|
||||
Reference in New Issue
Block a user