libs/libc/libc.csv: Should be locale.h not local.h.

This commit is contained in:
Joao Matos 2019-03-18 11:26:31 -06:00 committed by Gregory Nutt
parent 10b73fde9d
commit a51b52ffac
1 changed files with 1 additions and 1 deletions

View File

@ -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","local.h","","FAR char *s","int","FAR const char *s"
"setlocale","locale.h","","FAR char *s","int","FAR const char *s"
"setlogmask","syslog.h","","int","int"
"sigaddset","signal.h","!defined(CONFIG_DISABLE_SIGNALS)","int","FAR sigset_t *","int"
"sigdelset","signal.h","!defined(CONFIG_DISABLE_SIGNALS)","int","FAR sigset_t *","int"

Can't render this file because it has a wrong number of fields in line 2.