slorquet commented on code in PR #8867: URL: https://github.com/apache/nuttx/pull/8867#discussion_r1145078377
########## 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: Then I have no objections. Not sure whats a breaking change here, my point was just the seemingly useless array of similar string constants, just to implement a debug-like function. -- 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