dlmalloc: fix -Wstrict-prototypes warning

This commit is contained in:
Alex Richardson
2025-01-06 16:09:13 -08:00
committed by Travis Geiselbrecht
parent d22534704d
commit 0fd355ea4b

View File

@@ -5425,7 +5425,7 @@ struct mallinfo dlmallinfo(void) {
#endif /* NO_MALLINFO */
#if !NO_MALLOC_STATS
void dlmalloc_stats() {
void dlmalloc_stats(void) {
internal_malloc_stats(gm);
}
#endif /* NO_MALLOC_STATS */