From 4fdacbf66e94b645503c5f891eb8197bdfabdb6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sun, 20 Nov 2022 22:34:02 +0100 Subject: [PATCH] lib: xxhash: customize for util-linux --- include/xxhash.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/xxhash.h b/include/xxhash.h index 08ab794572..8b745a36a4 100644 --- a/include/xxhash.h +++ b/include/xxhash.h @@ -76,6 +76,10 @@ XXH64 13.8 GB/s 1.9 GB/s XXH32 6.8 GB/s 6.0 GB/s */ +/* util-linux customizations */ +#define XXH_NO_XXH3 +#define XXH_NAMESPACE ul_ + #if defined (__cplusplus) extern "C" { #endif -- 2.47.3