xxhash: fix function definition and declaration mismatch
authorUdit agarwal <dev.madaari@gmail.com>
Thu, 9 Aug 2018 15:20:12 +0000 (09:20 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 9 Aug 2018 15:20:12 +0000 (09:20 -0600)
commitab9d7762b2c9907964a9f0553dd86bf469edd89d
tree2e951208edcfcc46c890748a0795e67d144afd27
parent2ce58465415fc4d900c4dd89b86acbcaa51d9dfb
xxhash: fix function definition and declaration mismatch

During the declaration of, let's say XXH32_init parameter type is
'unsigned int' while during the definition it is 'uint32_t'. Now, on
most desktop os, they are are usually same, however on some embedded
platforms, for example RTEMS which uses newlib as it's standard c
library, they both are different.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
crc/xxhash.h