mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 16:11:56 +08:00
Rename LIB_ to LIBC_ for all libc Kconfig
follow other libc component naming convention Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
a3986eeba3
commit
5025fbef8d
@@ -140,7 +140,7 @@ SYSCALL_LOOKUP(up_assert, 2)
|
||||
SYSCALL_LOOKUP(exec, 4)
|
||||
#endif
|
||||
#ifdef CONFIG_LIBC_EXECFUNCS
|
||||
#ifdef CONFIG_LIB_ENVPATH
|
||||
#ifdef CONFIG_LIBC_ENVPATH
|
||||
SYSCALL_LOOKUP(posix_spawnp, 6)
|
||||
#else
|
||||
SYSCALL_LOOKUP(posix_spawn, 6)
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
*
|
||||
* FIELD Default
|
||||
* sysname NuttX
|
||||
* nodename CONFIG_LIB_HOSTNAME
|
||||
* nodename CONFIG_LIBC_HOSTNAME
|
||||
* release From version.h
|
||||
* version From version.h
|
||||
* machine CONFIG_ARCH
|
||||
|
||||
Reference in New Issue
Block a user