diff --git a/libs/libc/libc.csv b/libs/libc/libc.csv index 89bfa1d81d8..89cd0ca379d 100644 --- a/libs/libc/libc.csv +++ b/libs/libc/libc.csv @@ -26,8 +26,8 @@ "b16sin","fixedmath.h","","b16_t","b16_t" "b16sqr","fixedmath.h","!defined(CONFIG_HAVE_LONG_LONG)","b16_t","b16_t" "basename","libgen.h","","FAR char *","FAR char *" -"bind_textdomain_codeset","libintl.h","defined(CONFIG_LIBC_LOCALE)","FAR char *","FAR const char *","FAR const char *" -"bindtextdomain","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_GETTEXT)","FAR char *","FAR const char *","FAR const char *" "btowc","wchar.h","","wint_t","int" "calloc","stdlib.h","","FAR void *","size_t","size_t" "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" "ctime","time.h","","char *","const time_t *" "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 *" "dlclose","dlfcn.h","defined(CONFIG_LIBC_DLFCN)","int","FAR void *" "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 **" "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 *" -"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 *" "gmtime","time.h","","FAR struct tm *","FAR const time_t *" "gmtime_r","time.h","","FAR struct tm *","FAR const time_t *","FAR struct tm *"