pkarashchenko commented on code in PR #8862:
URL: https://github.com/apache/nuttx/pull/8862#discussion_r1151891967


##########
include/stdlib.h:
##########
@@ -286,6 +286,11 @@ FAR void  *bsearch(FAR const void *key, FAR const void 
*base, size_t nel,
 
 FAR const char *getprogname(void);
 
+/* Registers a destructor function to be called by exit() */
+
+int __cxa_atexit(CODE void (*func)(FAR void *), FAR void *arg,

Review Comment:
   Ok. Let's keep it for now in stdlib.h and refine in the future



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