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


##########
libs/libc/misc/lib_utsname.c:
##########
@@ -93,7 +93,8 @@ int uname(FAR struct utsname *name)
 
   strlcpy(name->release,  CONFIG_VERSION_STRING, sizeof(name->release));
 
-#if defined(__DATE__) && defined(__TIME__)
+#if defined(__DATE__) && defined(__TIME__) && \
+    !defined(CONFIG_NSH_DISABLE_UNAME_TIMESTAMP)

Review Comment:
   Yes, but it's the config name isn't good, since timestamp still exist.



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