summaryrefslogtreecommitdiff
path: root/include/libc64
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2025-03-26 16:08:10 -0400
committerGitHub <noreply@github.com>2025-03-26 16:08:10 -0400
commitecf65e797ea688c2b25af6993b8e0791ffb8d5e0 (patch)
treeb182bef413fc6325617045157caf4c2e531af799 /include/libc64
parent05faab33f12b6be2f4bd8e71175f055c70a0f183 (diff)
Some functions.h and variables.h work (#2491)
* sort fuctions and variables * bss
Diffstat (limited to 'include/libc64')
-rw-r--r--include/libc64/malloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libc64/malloc.h b/include/libc64/malloc.h
index 25233c51c..02540e353 100644
--- a/include/libc64/malloc.h
+++ b/include/libc64/malloc.h
@@ -32,5 +32,6 @@ void SystemArena_Display(void);
#endif
extern Arena gSystemArena;
+extern s32 gSystemArenaLogSeverity;
#endif