mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
e45f929eca
commit
3893dae673
@ -64,7 +64,11 @@ extern "C" void __cxa_finalize(void *dso)
|
||||
***********************************/
|
||||
|
||||
|
||||
extern "C" void *__aeabi_atexit() { return 0; }
|
||||
extern "C" int __aeabi_atexit(void *arg, void(*func)(void*),
|
||||
void *dso_handle)
|
||||
{
|
||||
return genode___cxa_atexit(func, arg, dso_handle);
|
||||
}
|
||||
|
||||
|
||||
extern "C" __attribute__((weak))
|
||||
|
Loading…
x
Reference in New Issue
Block a user