X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fxxhash.h;h=8850d208a00fbfbf08d7f89ffe617f2f49bdd1c3;hb=236d24dff4826a469d2e980c2b71c2adba3b907e;hp=e80a91d094b2598c161ad0b475c52a76e891a07a;hpb=190b8f0c9c1c1a99ed26fd953f7af9023f9533ee;p=fio.git diff --git a/crc/xxhash.h b/crc/xxhash.h index e80a91d0..8850d208 100644 --- a/crc/xxhash.h +++ b/crc/xxhash.h @@ -88,7 +88,7 @@ typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode; // Simple Hash Functions //**************************** -unsigned int XXH32 (const void* input, int len, unsigned int seed); +uint32_t XXH32 (const void* input, uint32_t len, uint32_t seed); /* XXH32() :