提交 607ce882 编写于 作者: R Rich Felker

rename dynamic linker _start to _dlstart in the stub version

the renaming was previously applied to all real versions of the
function in commit 3fa2eb2a.
上级 6ce1fade
......@@ -2,7 +2,7 @@
/* stub for archs that lack dynamic linker support */
void _start()
void _dlstart()
{
_Exit(1);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册