]> git.lizzy.rs Git - rust.git/commit
Auto merge of #37833 - sfackler:process-abort, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 20 Nov 2016 02:01:52 +0000 (20:01 -0600)
committerGitHub <noreply@github.com>
Sun, 20 Nov 2016 02:01:52 +0000 (20:01 -0600)
commit7c535c6ec688fba62ba50e4cd156b3ea8d01d57a
treee6260b549783ff034bc6f1b13d72033f39ff55f3
parent0bd2ce62b27e2b9a7dfe92fc23d9098854008089
parentfc0140d2714d06a45433bb747b4072cdc4665732
Auto merge of #37833 - sfackler:process-abort, r=alexcrichton

Add std::process::abort

This calls libc abort on Unix and fastfail on Windows, first running
cleanups to do things like flush stdout buffers. This matches with libc
abort's behavior, which flushes open files.

r? @alexcrichton