New argument passing method
This commit is contained in:
parent
df131ab13b
commit
a882ffa028
@ -1,3 +1,5 @@
|
||||
//! Process management data types
|
||||
|
||||
pub use abi::process::{ExitCode, Signal, SignalEntryData, SpawnOption, SpawnOptions};
|
||||
pub use abi::process::{
|
||||
ExitCode, ProgramArgumentInner, Signal, SignalEntryData, SpawnOption, SpawnOptions,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user