wangchdo commented on code in PR #17352:
URL: https://github.com/apache/nuttx/pull/17352#discussion_r2545728112


##########
sched/task/task_setup.c:
##########
@@ -457,11 +457,13 @@ static int nxthread_setup_scheduler(FAR struct tcb_s 
*tcb, int priority,
       nxtask_inherit_affinity(tcb);
 #endif
 
+#ifndef CONFIG_DISABLE_SIGNALS
       /* exec(), pthread_create(), task_create(), and vfork() all
        * inherit the signal mask of the parent thread.
        */
 
       tcb->sigprocmask = rtcb->sigprocmask;

Review Comment:
   Done, please check



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to