wangchdo commented on code in PR #17644:
URL: https://github.com/apache/nuttx/pull/17644#discussion_r2679527244
##########
fs/vfs/Kconfig:
##########
@@ -51,6 +51,7 @@ endif # TIMER_FD
config SIGNAL_FD
bool "SignalFD"
+ depends on ENABLE_ALL_SIGNALS
Review Comment:
Done
##########
sched/task/task_exithook.c:
##########
@@ -454,8 +454,9 @@ void nxtask_exithook(FAR struct tcb_s *tcb, int status)
group_leave(tcb);
/* Deallocate anything left in the TCB's queues */
-
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]