You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "pkarashchenko (via GitHub)" <gi...@apache.org> on 2023/01/25 09:38:58 UTC

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8206: libc: Implement quick_exit and at_quick_exit

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


##########
libs/libc/stdlib/lib_atexit.c:
##########
@@ -181,3 +186,70 @@ int atexit(CODE void (*func)(void))
 {
   return atexit_register(ATTYPE_ATEXIT, func, NULL, NULL);
 }
+
+int at_quick_exit(CODE void (*func)(void))

Review Comment:
   Do we need to add a separate comment description for `at_quick_exit` or maybe modify existing description of `atexit`?



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