You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/27 07:10:20 UTC

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #4615: sched/signal: Correct kill with cancellation

no1wudi commented on a change in pull request #4615:
URL: https://github.com/apache/incubator-nuttx/pull/4615#discussion_r716411821



##########
File path: sched/signal/sig_default.c
##########
@@ -194,11 +194,20 @@ static void nxsig_abnormal_termination(int signo)
 {
   FAR struct tcb_s *rtcb = (FAR struct tcb_s *)this_task();
 
-  /* Notify the target if the non-cancelable or deferred cancellation set */
+#ifdef CONFIG_CANCELLATION_POINTS

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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org