wangchdo commented on code in PR #17644: URL: https://github.com/apache/nuttx/pull/17644#discussion_r2679527681
########## include/nuttx/sched.h: ########## @@ -514,13 +514,17 @@ struct task_group_s /* POSIX Signal Control Fields ********************************************/ +#ifndef CONFIG_DISABLE_ALL_SIGNALS Review Comment: Removed ########## include/nuttx/sched.h: ########## @@ -675,6 +681,7 @@ struct tcb_s sq_queue_t sigpostedq; /* List of posted signals */ #endif /* CONFIG_ENABLE_ALL_SIGNALS */ siginfo_t *sigunbinfo; /* Signal info when task unblocked */ Review Comment: Done -- 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]
