libs/libc/libc.csv: Should be locale.h not local.h.
This commit is contained in:
parent
10b73fde9d
commit
a51b52ffac
|
@ -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.
|
Loading…
Reference in New Issue