7723e73e5e
It's use to print heap use, but it's often not correct for modern allocators. This should permit builds on aarch64 and riscv.
10 lines
277 B
C
10 lines
277 B
C
--- ircd/ircd_ext.h.orig 2023-12-06 19:35:50 UTC
|
|
+++ ircd/ircd_ext.h
|
|
@@ -37,7 +37,6 @@ extern char *debugmode;
|
|
extern int debuglevel;
|
|
extern int bootopt;
|
|
extern char *debugmode;
|
|
-extern char *sbrk0;
|
|
extern char *tunefile;
|
|
#ifdef DELAY_CLOSE
|
|
extern time_t nextdelayclose;
|