Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL

since boardctl isn't a libc feature

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-08-01 15:00:54 +08:00
committed by Abdelatif Guettouche
parent 0272a16010
commit b12f588140
538 changed files with 629 additions and 629 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"arc4random_buf","stdlib.h","defined(CONFIG_CRYPTO_RANDOM_POOL)","void","FAR void *","size_t"
"atexit","stdlib.h","defined(CONFIG_SCHED_ATEXIT)","int","void (*)(void)"
"bind","sys/socket.h","defined(CONFIG_NET)","int","int","FAR const struct sockaddr *","socklen_t"
"boardctl","sys/boardctl.h","defined(CONFIG_LIB_BOARDCTL)","int","unsigned int","uintptr_t"
"boardctl","sys/boardctl.h","defined(CONFIG_BOARDCTL)","int","unsigned int","uintptr_t"
"chmod","sys/stat.h","","int","FAR const char *","mode_t"
"chown","unistd.h","","int","FAR const char *","uid_t","gid_t"
"clearenv","stdlib.h","!defined(CONFIG_DISABLE_ENVIRON)","int"
1 _exit unistd.h noreturn int
8 arc4random_buf stdlib.h defined(CONFIG_CRYPTO_RANDOM_POOL) void FAR void *
9 atexit stdlib.h defined(CONFIG_SCHED_ATEXIT) int void (*)(void)
10 bind sys/socket.h defined(CONFIG_NET) int int
11 boardctl sys/boardctl.h defined(CONFIG_LIB_BOARDCTL) defined(CONFIG_BOARDCTL) int unsigned int
12 chmod sys/stat.h int FAR const char *
13 chown unistd.h int FAR const char *
14 clearenv stdlib.h !defined(CONFIG_DISABLE_ENVIRON) int