提交 4d30b346 编写于 作者: B Brian Anderson

core: Add implementation of real_args for FreeBSD

上级 6365adaa
......@@ -754,6 +754,11 @@ fn real_args() -> ~[~str] {
fail // Needs implementing.
}
#[cfg(target_os = "freebsd")]
fn real_args() -> ~[~str] {
fail // Needs implementing.
}
#[cfg(windows)]
fn real_args() -> ~[~str] {
fail // Needs implementing.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册