提交 14f2e115 编写于 作者: R Rich Felker

add dummy __cxa_finalize

musl's dynamic linker does not support unloading dsos, so there's
nothing for this function to do. adding the symbol in case anything
depends on its presence..
上级 b7c683be
......@@ -33,6 +33,10 @@ void __funcs_on_exit()
}
}
void __cxa_finalize(void *dso)
{
}
int __cxa_atexit(void (*func)(void *), void *arg, void *dso)
{
int i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册