Skip to content

Commit

Permalink
Merge pull request #238 from Gottox/fix/log2-un-export
Browse files Browse the repository at this point in the history
common: do not export sqsh__log2
  • Loading branch information
Gottox committed May 28, 2024
2 parents 6312659 + 327dd93 commit 2b3ca56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/include/sqsh_utils_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2b3ca56

Please sign in to comment.