mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
lib: decompress_unzstd: define UINTPTR_MAX
* define UINTPTR_MAX as it is used by decompress_unzstd.c Signed-off-by: Cyber Knight <cyberknight755@gmail.com> Signed-off-by: azrim <mirzaspc@gmail.com>
This commit is contained in:
parent
1e3cb5986a
commit
1f722426dd
@ -84,6 +84,7 @@
|
||||
* zstd's window anyway. The larger size speeds up initramfs decompression.
|
||||
*/
|
||||
#define ZSTD_IOBUF_SIZE (1 << 17)
|
||||
#define UINTPTR_MAX sizeof(uintptr_t)
|
||||
|
||||
static int INIT handle_zstd_error(size_t ret, void (*error)(char *x))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user