]> git.lizzy.rs Git - rust.git/commit
std: Move management of the exit code to std::os
authorAlex Crichton <alex@alexcrichton.com>
Fri, 13 Dec 2013 01:51:54 +0000 (17:51 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 24 Dec 2013 22:42:00 +0000 (14:42 -0800)
commitdaaec28c6f71f5d6e2f5bc716ffc2780ef56fa7b
tree91464a4a2283aaf580ff102ffebf074ff78ec23e
parent429313de69cb2ddd1f076017968d1862ef02b455
std: Move management of the exit code to std::os

Previously this functionality was located in std::rt::util, but there's no real
reason for it to be located in there.
src/libstd/os.rs