Add Fuchsia support
Adds support for the x86_64-unknown-fuchsia target, which covers the Fuchsia operating system.
This commit is contained in:
parent
4879166194
commit
76bac5d33e
21 changed files with 548 additions and 38 deletions
|
|
@ -58,7 +58,8 @@ impl DoubleEndedIterator for Args {
|
|||
target_os = "openbsd",
|
||||
target_os = "solaris",
|
||||
target_os = "emscripten",
|
||||
target_os = "haiku"))]
|
||||
target_os = "haiku",
|
||||
target_os = "fuchsia"))]
|
||||
mod imp {
|
||||
use os::unix::prelude::*;
|
||||
use mem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue