提交 3edfd070 编写于 作者: R Rich Felker

remove __libc_csu_* cruft

these functions were mistakenly assumed to be needed to match glibc
ABI, but glibc has them as part of the non-shared part of libc that's
always statically linked into the main program. moreover, the only
place they are referenced from is glibc's crt1.o.
上级 7586360b
#include "libc.h"
void __libc_csu_fini()
{
}
#include "libc.h"
void __libc_csu_init(int argc, char **argv, char **envp)
{
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册