anchao commented on code in PR #11848:
URL: https://github.com/apache/nuttx/pull/11848#discussion_r1513863457


##########
sched/task/task_exithook.c:
##########
@@ -174,7 +174,7 @@ static inline void nxtask_sigchild(pid_t ppid, FAR struct 
tcb_s *ctcb,
    * should generate SIGCHLD.
    */
 
-  if (chgrp->tg_nmembers == 1)
+  if (sq_count(&chgrp->tg_members) == 1)

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]

Reply via email to