mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user