1
0
şunun yansıması https://git.tukaani.org/xz.git eşitlendi 2025-09-16 07:28:30 +00:00

liblzma: Fix typos in crc32_fast.c and crc64_fast.c.

Bu işleme şunda yer alıyor:
Jia Tan 2024-03-09 09:52:32 +08:00
ebeveyn b93a8d7631
işleme 8c9b8b2063
2 değiştirilmiş dosya ile 3 ekleme ve 4 silme

Dosyayı Görüntüle

@ -135,7 +135,7 @@ typedef uint32_t (*crc32_func_type)(
// This resolver is shared between all three dispatch methods. It serves as // This resolver is shared between all three dispatch methods. It serves as
// the ifunc resolver if ifunc is supported, otherwise it is called as a // the ifunc resolver if ifunc is supported, otherwise it is called as a
// regular function by the constructor or first call resolution methods. // regular function by the constructor or first call resolution methods.
// The funcion attributes are needed for safe IFUNC resolver usage with GCC. // The function attributes are needed for safe IFUNC resolver usage with GCC.
lzma_resolver_attributes lzma_resolver_attributes
static crc32_func_type static crc32_func_type
crc32_resolve(void) crc32_resolve(void)

Dosyayı Görüntüle

@ -98,7 +98,6 @@ typedef uint64_t (*crc64_func_type)(
# pragma GCC diagnostic ignored "-Wunused-function" # pragma GCC diagnostic ignored "-Wunused-function"
#endif #endif
// The funcion attributes are needed for safe IFUNC resolver usage with GCC.
lzma_resolver_attributes lzma_resolver_attributes
static crc64_func_type static crc64_func_type
crc64_resolve(void) crc64_resolve(void)