pussuw commented on code in PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r879662422
########## libs/libc/stdlib/Kconfig: ########## @@ -39,4 +39,11 @@ config LIBC_MAX_TMPFILE maximum size of that last filename. This size is the size of the full file path. +config LIBC_MAX_EXITFUNS + int "Maximum amount of exit functions" + default 1 Review Comment: And yes, I can omit compilation in case CONFIG_LIBC_MAX_EXITFUNS == 0 -- 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