about summary refs log tree commit diff
path: root/src/rt/rust_run_program.cpp
diff options
context:
space:
mode:
authorgareth <gareth@gareth-N56VM.(none)>2013-04-22 21:58:19 +0100
committergareth <gareth@gareth-N56VM.(none)>2013-04-23 21:23:16 +0100
commit690120d6bc217338afc9b34cb458b086ab3f86d9 (patch)
treece3f56e60b450d9cc5ba77bff72f2a11101eba14 /src/rt/rust_run_program.cpp
parent91aeecf7e38e01a9e323683c39649e201a9f726c (diff)
downloadrust-690120d6bc217338afc9b34cb458b086ab3f86d9.tar.gz
rust-690120d6bc217338afc9b34cb458b086ab3f86d9.zip
Remove os::waitpid because:
 - The return value meant different things on different
   platforms (on windows, it was the exit code, on unix it was
   the status information returned from waitpid).
 - It was undocumented.
 - There also exists run::waitpid, which does much the same
   thing but has a more consistent return value and also some
   documentation.
Diffstat (limited to 'src/rt/rust_run_program.cpp')
0 files changed, 0 insertions, 0 deletions