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 -1
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"
1 _inet_ntoa arpa/inet.h defined(CONFIG_NET_IPv4) && !defined(CONFIG_CAN_PASS_STRUCTS) FAR char in_addr_t
134 sem_getvalue semaphore.h int FAR sem_t *
135 sem_init semaphore.h int FAR sem_t *
136 sendfile sys/sendfile.h ssize_t int
137 setlocale local.h locale.h FAR char *s int
138 setlogmask syslog.h int int
139 sigaddset signal.h !defined(CONFIG_DISABLE_SIGNALS) int FAR sigset_t *
140 sigdelset signal.h !defined(CONFIG_DISABLE_SIGNALS) int FAR sigset_t *