Merge remote-tracking branch 'origin/fix-mallinfo' into executable-heap

This commit is contained in:
exfalso 2017-02-17 10:26:39 +00:00
commit 6a34dc2ea0

View File

@ -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