mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-07 13:29:18 +00:00
Fixed compiler warnings
This commit is contained in:
@ -96,7 +96,7 @@ struct __cxa_exception
|
||||
_Unwind_Exception unwindHeader;
|
||||
};
|
||||
|
||||
extern void *__dso_handle = 0;
|
||||
/* extern */ void *__dso_handle = 0;
|
||||
atexit_func_entry_t __atexit_funcs[ATEXIT_MAX_FUNCS];
|
||||
uarch_t __atexit_func_count = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user