diff options
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
-rw-r--r-- | lib/libc/stdlib/malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 490b830..237c36f 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -310,7 +310,7 @@ struct malloc_bin_stats_s { * during normal operation, so is maintained here in order to allow * calculating the high water mark. */ - unsigned curcached; + unsigned long curcached; }; typedef struct arena_stats_s arena_stats_t; |