core: Add implementation of real_args for FreeBSD
This commit is contained in:
parent
6365adaa61
commit
4d30b34673
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue