]> git.lizzy.rs Git - rust.git/commitdiff
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)
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


Trivial merge