pussuw commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r868223224


##########
include/nuttx/sched.h:
##########
@@ -470,9 +429,7 @@ struct task_group_s
 
   /* [at|on]exit support ****************************************************/
 
-#ifdef CONFIG_SCHED_EXIT_MAX
-  struct exitinfo_s tg_exit[CONFIG_SCHED_EXIT_MAX];
-#endif
+  FAR struct atexit_list_s *tg_exit;

Review Comment:
   Ok thanks for the clarification. I'm not too familiar with TLS in NuttX. 
I'll take a look tomorrow.



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to