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


##########
boards/sim/sim/sim/configs/toybox/defconfig:
##########
@@ -48,6 +48,7 @@ CONFIG_LIBC_EXECFUNCS=y
 CONFIG_LIBC_LOCALE=y
 CONFIG_LIBC_LOCALE_CATALOG=y
 CONFIG_LIBC_LOCALE_GETTEXT=y
+CONFIG_LIBC_LOCALTIME=y

Review Comment:
   if tzset doesn't depend on LIBC_LOCALTIME, we should move tzset out of 
`#ifdef CONFIG_LIBC_LOCALTIME`



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to