configure: attempt to link against tcmalloc by default if available
[fio.git] / crc / xxhash.c
index eedaecb4912db91625af09d5f5a617e0dc9bb2ca..4736c528fc07750dd5641721756e1ac860a8f9d2 100644 (file)
@@ -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