pkarashchenko commented on a change in pull request #4994:
URL: https://github.com/apache/incubator-nuttx/pull/4994#discussion_r768339212
##########
File path: libs/libc/locale/lib_gettext.c
##########
@@ -76,7 +76,7 @@ static FAR const char *g_catname[] =
static sem_t g_sem = SEM_INITIALIZER(1);
static FAR struct mofile_s *g_mofile;
-#ifdef CONFIG_BUILD_KERNEL
+#if defined(CONFIG_BUILD_KERNEL) || !defined(CONFIG_LIBC_LOCALE)
Review comment:
Oops. I missed that. Will revert this part of the change
--
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]