xiaoxiang781216 commented on code in PR #8946:
URL: https://github.com/apache/nuttx/pull/8946#discussion_r1174294536


##########
libs/libc/string/lib_strerror.c:
##########
@@ -367,6 +371,9 @@ static const struct errno_strmap_s g_errnomap[] =
 
 FAR char *strerror(int errnum)
 {
+#ifdef CONFIG_LIBC_STRERROR_ERRNUM

Review Comment:
   I am fine with either(I guess others has the same feeling). If you prefer to 
enable it unconditionally, let's do it, thanks.



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