libs/libc/libc.csv: Correct dependency of setlocale on CONFIG_LIBC_LOCALE.
This commit is contained in:
parent
2d9fb956aa
commit
e3c2a0238a
|
@ -134,7 +134,7 @@
|
|||
"sem_getvalue","semaphore.h","","int","FAR sem_t *","FAR int *"
|
||||
"sem_init","semaphore.h","","int","FAR sem_t *","int","unsigned int"
|
||||
"sendfile","sys/sendfile.h","","ssize_t","int","int","off_t","size_t"
|
||||
"setlocale","locale.h","","FAR char *s","int","FAR const char *s"
|
||||
"setlocale","locale.h","defined(CONFIG_LIBC_LOCALE)","FAR char *s","int","FAR const char *s"
|
||||
"setlogmask","syslog.h","","int","int"
|
||||
"sigaddset","signal.h","","int","FAR sigset_t *","int"
|
||||
"sigdelset","signal.h","","int","FAR sigset_t *","int"
|
||||
|
@ -158,7 +158,7 @@
|
|||
"strcat","string.h","","FAR char","FAR char *","FAR const char *"
|
||||
"strchr","string.h","","FAR char","FAR const char *","int"
|
||||
"strcmp","string.h","","int","FAR const char *","FAR const char *"
|
||||
"strcoll","string.h","CONFIG_LIBC_LOCALE","int","FAR const char *","FAR const char *"
|
||||
"strcoll","string.h","defined(CONFIG_LIBC_LOCALE)","int","FAR const char *","FAR const char *"
|
||||
"strcpy","string.h","","FAR char *","FAR char *","FAR const char *"
|
||||
"strcspn","string.h","","size_t","FAR const char *","FAR const char *"
|
||||
"strdup","string.h","","FAR char","FAR const char *"
|
||||
|
|
Can't render this file because it has a wrong number of fields in line 2.
|
Loading…
Reference in New Issue