提交 7e310e59 编写于 作者: R Rich Felker

fix missing static (namespace clash)

上级 bfb29b66
......@@ -8,7 +8,7 @@
#define AUX_CNT 24
void dummy(size_t *auxv)
static void dummy(size_t *auxv)
{
}
weak_alias(dummy, __init_ssp);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册