mirror of
https://github.com/facebook/zstd.git
synced 2025-07-04 14:48:45 +02:00
[contrib][linux-kernel] Update test include stubs
Update the test include stubs so they are able to run the current zstd version in the kernel, so I can compare stack usage.
This commit is contained in:
@ -14,4 +14,8 @@
|
||||
#define inline __inline __attribute__((unused))
|
||||
#endif
|
||||
|
||||
#ifndef noinline
|
||||
#define noinline __attribute__((noinline))
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user