Skip to content

Commit

Permalink
Merge pull request #22 from Wind-River/master_002
Browse files Browse the repository at this point in the history
declare EnvKey before use to fix build error
  • Loading branch information
BaoshanPang committed Sep 12, 2019
2 parents 5e8bf87 + b731e11 commit 08fa803
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/libstd/sys/vxworks/process/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pub use self::process_common::{Command, ExitStatus, ExitCode, Stdio, StdioPipes};
pub use self::process_inner::Process;
pub use crate::ffi::OsString as EnvKey;

mod process_common;
#[path = "process_vxworks.rs"]
Expand Down
2 changes: 0 additions & 2 deletions src/libstd/sys/vxworks/process/process_common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ use crate::collections::BTreeMap;

use libc::{c_int, gid_t, uid_t, c_char, EXIT_SUCCESS, EXIT_FAILURE};

pub use crate::ffi::OsString as EnvKey;

////////////////////////////////////////////////////////////////////////////////
// Command
////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 08fa803

Please sign in to comment.