core: Add implementation of real_args for FreeBSD
This commit is contained in:
parent
6365adaa61
commit
4d30b34673
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user