pkarashchenko commented on code in PR #8867: URL: https://github.com/apache/nuttx/pull/8867#discussion_r1144878582
########## libs/libc/string/Kconfig: ########## @@ -90,3 +90,29 @@ config MEMSET_64BIT efficiently. endmenu # memcpy/memset Options + +menu "signal Decode Support" + +config LIBC_STRSIGNAL + bool "Enable strsignal" + default y Review Comment: strsignal() will always exist. The options control only the output of the strsignal() -- 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