mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
libc: Guard gettext function with CONFIG_LIBC_LOCALE_GETTEXT in libc.csv
since Makefile and source files doesn't use CONFIG_LIBC_LOCALE at all Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
+4
-4
@@ -26,8 +26,8 @@
|
|||||||
"b16sin","fixedmath.h","","b16_t","b16_t"
|
"b16sin","fixedmath.h","","b16_t","b16_t"
|
||||||
"b16sqr","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","b16_t","b16_t"
|
"b16sqr","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","b16_t","b16_t"
|
||||||
"basename","libgen.h","","FAR char *","FAR char *"
|
"basename","libgen.h","","FAR char *","FAR char *"
|
||||||
"bind_textdomain_codeset","libintl.h","defined(CONFIG_LIBC_LOCALE)","FAR char *","FAR const char *","FAR const char *"
|
"bind_textdomain_codeset","libintl.h","defined(CONFIG_LIBC_LOCALE_GETTEXT)","FAR char *","FAR const char *","FAR const char *"
|
||||||
"bindtextdomain","libintl.h","defined(CONFIG_LIBC_LOCALE)","FAR char *","FAR const char *","FAR const char *"
|
"bindtextdomain","libintl.h","defined(CONFIG_LIBC_LOCALE_GETTEXT)","FAR char *","FAR const char *","FAR const char *"
|
||||||
"btowc","wchar.h","","wint_t","int"
|
"btowc","wchar.h","","wint_t","int"
|
||||||
"calloc","stdlib.h","","FAR void *","size_t","size_t"
|
"calloc","stdlib.h","","FAR void *","size_t","size_t"
|
||||||
"cfgetspeed","termios.h","","speed_t","FAR const struct termios *"
|
"cfgetspeed","termios.h","","speed_t","FAR const struct termios *"
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
"crc32part","nuttx/crc32.h","","uint32_t","FAR const uint8_t *","size_t","uint32_t"
|
"crc32part","nuttx/crc32.h","","uint32_t","FAR const uint8_t *","size_t","uint32_t"
|
||||||
"ctime","time.h","","char *","const time_t *"
|
"ctime","time.h","","char *","const time_t *"
|
||||||
"daemon","unistd.h","","int","int","int"
|
"daemon","unistd.h","","int","int","int"
|
||||||
"dgettext","libintl.h","defined(CONFIG_LIBC_LOCALE)","FAR char *","FAR const char *","FAR const char *"
|
"dgettext","libintl.h","defined(CONFIG_LIBC_LOCALE_GETTEXT)","FAR char *","FAR const char *","FAR const char *"
|
||||||
"dirname","libgen.h","","FAR char *","FAR char *"
|
"dirname","libgen.h","","FAR char *","FAR char *"
|
||||||
"dlclose","dlfcn.h","defined(CONFIG_LIBC_DLFCN)","int","FAR void *"
|
"dlclose","dlfcn.h","defined(CONFIG_LIBC_DLFCN)","int","FAR void *"
|
||||||
"dlerror","dlfcn.h","defined(CONFIG_LIBC_DLFCN)","FAR char *"
|
"dlerror","dlfcn.h","defined(CONFIG_LIBC_DLFCN)","FAR char *"
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
"getpwnam_r","pwd.h","","int","FAR const char *","FAR struct passwd *","FAR char *","size_t","FAR struct passwd **"
|
"getpwnam_r","pwd.h","","int","FAR const char *","FAR struct passwd *","FAR char *","size_t","FAR struct passwd **"
|
||||||
"getpwuid_r","pwd.h","","int","uid_t","FAR struct passwd *","FAR char *","size_t","FAR struct passwd **"
|
"getpwuid_r","pwd.h","","int","uid_t","FAR struct passwd *","FAR char *","size_t","FAR struct passwd **"
|
||||||
"gets","stdio.h","defined(CONFIG_FILE_STREAM)","FAR char *","FAR char *"
|
"gets","stdio.h","defined(CONFIG_FILE_STREAM)","FAR char *","FAR char *"
|
||||||
"gettext","libintl.h","defined(CONFIG_LIBC_LOCALE)","FAR char *","FAR const char *"
|
"gettext","libintl.h","defined(CONFIG_LIBC_LOCALE_GETTEXT)","FAR char *","FAR const char *"
|
||||||
"gettimeofday","sys/time.h","","int","FAR struct timeval *","FAR struct timezone *"
|
"gettimeofday","sys/time.h","","int","FAR struct timeval *","FAR struct timezone *"
|
||||||
"gmtime","time.h","","FAR struct tm *","FAR const time_t *"
|
"gmtime","time.h","","FAR struct tm *","FAR const time_t *"
|
||||||
"gmtime_r","time.h","","FAR struct tm *","FAR const time_t *","FAR struct tm *"
|
"gmtime_r","time.h","","FAR struct tm *","FAR const time_t *","FAR struct tm *"
|
||||||
|
|||||||
|
Reference in New Issue
Block a user