1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

fixed MEM_STATIC already defined in Linux Kernel mode

This commit is contained in:
Yann Collet
2023-06-14 20:03:39 -07:00
parent 74c901bbed
commit d9645327b3
3 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,7 @@
/*-****************************************
* Compiler specifics
******************************************/
#undef MEM_STATIC /* may be already defined from common/compiler.h */
#define MEM_STATIC static inline
/*-**************************************************************