mirror of
https://github.com/corda/corda.git
synced 2025-01-23 04:48:09 +00:00
Change mallinfo field type to int as per system malloc.h
Signed-off-by: Andras Slemmer <andras.slemmer@r3cev.com>
This commit is contained in:
parent
d89c9abfd2
commit
24dc91d77c
@ -733,7 +733,7 @@ typedef int LONG;
|
||||
#define NO_MALLINFO 0
|
||||
#endif /* NO_MALLINFO */
|
||||
#ifndef MALLINFO_FIELD_TYPE
|
||||
#define MALLINFO_FIELD_TYPE size_t
|
||||
#define MALLINFO_FIELD_TYPE int
|
||||
#endif /* MALLINFO_FIELD_TYPE */
|
||||
#ifndef NO_MALLOC_STATS
|
||||
#define NO_MALLOC_STATS 0
|
||||
|
Loading…
Reference in New Issue
Block a user