diff options
| author | bors <bors@rust-lang.org> | 2013-11-13 21:56:16 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-11-13 21:56:16 -0800 |
| commit | 51f2e7e84e200e50bf421bb509c7861f4b8af957 (patch) | |
| tree | a4b1a1db200d8eb1287315bc57a8b87e5e4abf74 /src/libstd | |
| parent | 58b5c618cfa4b5bec9dd0a27f2ecac07365febe7 (diff) | |
| parent | 175858519dbf466a2aa92d8712738ee111be4ed2 (diff) | |
| download | rust-51f2e7e84e200e50bf421bb509c7861f4b8af957.tar.gz rust-51f2e7e84e200e50bf421bb509c7861f4b8af957.zip | |
auto merge of #10472 : klutzy/rust/cleanup-xfail, r=alexcrichton
Closes #10452.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/io/process.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/io/process.rs b/src/libstd/io/process.rs index 3941003d1c0..276f5369cf5 100644 --- a/src/libstd/io/process.rs +++ b/src/libstd/io/process.rs @@ -82,6 +82,7 @@ pub enum StdioContainer { } /// Describes the result of a process after it has terminated. +/// Note that Windows have no signals, so the result is usually ExitStatus. #[deriving(Eq)] pub enum ProcessExit { /// Normal termination with an exit status. |
