mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
libs/libc/libc.csv: Should be locale.h not local.h.
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@
|
|||||||
"sem_getvalue","semaphore.h","","int","FAR sem_t *","FAR int *"
|
"sem_getvalue","semaphore.h","","int","FAR sem_t *","FAR int *"
|
||||||
"sem_init","semaphore.h","","int","FAR sem_t *","int","unsigned int"
|
"sem_init","semaphore.h","","int","FAR sem_t *","int","unsigned int"
|
||||||
"sendfile","sys/sendfile.h","","ssize_t","int","int","off_t","size_t"
|
"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"
|
"setlogmask","syslog.h","","int","int"
|
||||||
"sigaddset","signal.h","!defined(CONFIG_DISABLE_SIGNALS)","int","FAR sigset_t *","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"
|
"sigdelset","signal.h","!defined(CONFIG_DISABLE_SIGNALS)","int","FAR sigset_t *","int"
|
||||||
|
|||||||
|
Reference in New Issue
Block a user