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
+2 -2
View File
@@ -104,7 +104,7 @@
*
****************************************************************************/
#ifdef CONFIG_LIB_CRC64_FAST
#ifdef CONFIG_LIBC_CRC64_FAST
static const uint64_t crc64_tab[256] =
{
0x0000000000000000, 0x42f0e1eba9ea3693,
@@ -250,7 +250,7 @@ static const uint64_t crc64_tab[256] =
*
****************************************************************************/
#ifdef CONFIG_LIB_CRC64_FAST
#ifdef CONFIG_LIBC_CRC64_FAST
uint64_t crc64part(FAR const uint8_t *src, size_t len, uint64_t crc64val)
{
size_t i;