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


##########
libs/libc/stdlib/lib_exit.c:
##########
@@ -22,13 +22,28 @@
  * Included Files
  ****************************************************************************/
 
+#include <nuttx/config.h>
+
+#include <nuttx/atexit.h>
+
 #include <stdlib.h>
 #include <unistd.h>
 
+#include "libc.h"

Review Comment:
   Can be removed



##########
include/nuttx/tls.h:
##########
@@ -132,6 +134,7 @@ struct task_info_s
   char            ta_domain[NAME_MAX]; /* Current domain for gettext */
 #  endif
 #endif
+  struct atexit_list_s ta_exit; /* Exit functions */

Review Comment:
   Sure



-- 
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