Fixed compiler warnings

This commit is contained in:
Alex
2022-12-29 05:29:27 +02:00
parent 3f166b97c7
commit b236ca54ee
3 changed files with 4 additions and 2 deletions

View File

@ -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;