mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
LibC: Make it possible to use ASSERTs without initializing stdio
This commit is contained in:
parent
b1c1d7661f
commit
65ee2f07b7
4 changed files with 7 additions and 1 deletions
|
@ -37,6 +37,7 @@ extern void __malloc_init();
|
|||
extern void __stdio_init();
|
||||
extern void _init();
|
||||
extern bool __environ_is_malloced;
|
||||
extern bool __stdio_is_initialized;
|
||||
|
||||
int __cxa_atexit(AtExitFunction exit_function, void* parameter, void* dso_handle);
|
||||
void __cxa_finalize(void* dso_handle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue