sched/signal: Cosmetic changes
This commit is contained in:
parent
a562fba971
commit
e4094eff12
@ -358,7 +358,7 @@ int nxsig_tcbdispatch(FAR struct tcb_s *stcb, siginfo_t *info)
|
||||
{
|
||||
/* Check if the task is waiting for this pending signal. If so, then
|
||||
* unblock it. This must be performed in a critical section because
|
||||
* signals can be queued * from the interrupt level.
|
||||
* signals can be queued from the interrupt level.
|
||||
*/
|
||||
|
||||
flags = enter_critical_section();
|
||||
|
Loading…
Reference in New Issue
Block a user