jlaitine commented on code in PR #19116:
URL: https://github.com/apache/nuttx/pull/19116#discussion_r3394645465
##########
sched/signal/sig_suspend.c:
##########
@@ -108,6 +108,7 @@ int sigsuspend(FAR const sigset_t *set)
* signals that will be unblocked by the new sigprocmask.
*/
+#ifdef CONFIG_ENABLE_ALL_SIGNALS
if (nxsig_unmask_pendingsignal())
Review Comment:
Ah, that's right, thanks for the correction. I'll revisit this!
--
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]