You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/14 06:00:17 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a change in pull request #4994: libc/textdomain: Fix error behaviour

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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org