Skip to content

Commit

Permalink
Merge pull request rust-lang#1 from ids1024/redox
Browse files Browse the repository at this point in the history
Redox OS
  • Loading branch information
brson committed Jan 15, 2019
2 parents a0520b0 + abf65ad commit 4f887cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ fn fill_utf16_buf<F1, F2, T>(mut f1: F1, f2: F2) -> io::Result<T>
}
}

#[cfg(unix)]
#[cfg(any(unix, target_os = "redox"))]
fn home_dir_() -> Option<PathBuf> {
::std::env::home_dir()
}
Expand Down

0 comments on commit 4f887cf

Please sign in to comment.