提交 06d3599d 编写于 作者: B Bernard Xiong

[libc] Add abort routine to replace old API.

abort routine will cause sig_xxx() reference.
上级 1436101b
......@@ -447,3 +447,8 @@ void __libc_init_array(void)
{
/* we not use __libc init_aray to initialize C++ objects */
}
void abort(void)
{
return ;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册