提交 31824c7e 编写于 作者: B Bernard Xiong

[libc] implement an empty __libc_init_array routine in newlib

上级 7dfac0f7
......@@ -442,3 +442,8 @@ _system(const char *s)
/* not support this call */
return;
}
void __libc_init_array(void)
{
/* we not use __libc init_aray to initialize C++ objects */
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册