提交 5c5ac810 编写于 作者: R Rich Felker

fix argument omission in ABI-compat weak_alias for fscanf

上级 14f0272e
......@@ -12,4 +12,4 @@ int fscanf(FILE *restrict f, const char *restrict fmt, ...)
return ret;
}
weak_alias(__isoc99_fscanf);
weak_alias(fscanf, __isoc99_fscanf);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册