X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fxxhash.c;h=4736c528fc07750dd5641721756e1ac860a8f9d2;hb=6f0c608564c3b5cc33330a22d1b347376e2cf1cc;hp=eedaecb4912db91625af09d5f5a617e0dc9bb2ca;hpb=25f488581e510c1b440f2e76842ec23f3dad7b57;p=fio.git diff --git a/crc/xxhash.c b/crc/xxhash.c index eedaecb4..4736c528 100644 --- a/crc/xxhash.c +++ b/crc/xxhash.c @@ -221,7 +221,7 @@ static uint32_t XXH32_endian_align(const void* input, int len, uint32_t seed, XX } -uint32_t XXH32(const void* input, int len, uint32_t seed) +uint32_t XXH32(const void* input, uint32_t len, uint32_t seed) { #if 0 // Simple version, good for code maintenance, but unfortunately slow for small inputs