From 327dd9363facc5c2f0facff4070bf147bc6bb33b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 28 May 2024 12:12:18 +0200 Subject: [PATCH] common: do not export sqsh__log2 --- common/include/sqsh_utils_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/include/sqsh_utils_private.h b/common/include/sqsh_utils_private.h index 3c6e87a4..c3447718 100644 --- a/common/include/sqsh_utils_private.h +++ b/common/include/sqsh_utils_private.h @@ -102,7 +102,7 @@ SQSH_NO_EXPORT int sqsh__mutex_destroy(sqsh__mutex_t *mutex); * utils/math.c */ -SQSH_NO_UNUSED unsigned long sqsh__log2(unsigned long x); +SQSH_NO_EXPORT unsigned long sqsh__log2(unsigned long x); #ifdef __cplusplus }