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:
Xiang Xiao
2021-08-01 15:27:08 +08:00
committed by Abdelatif Guettouche
parent a3986eeba3
commit 5025fbef8d
222 changed files with 327 additions and 327 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ extern "C"
* file system at 'path'
*/
#ifdef CONFIG_LIB_ENVPATH
#ifdef CONFIG_LIBC_ENVPATH
int posix_spawnp(FAR pid_t *pid, FAR const char *path,
FAR const posix_spawn_file_actions_t *file_actions,
FAR const posix_spawnattr_t *attr,