rust/src/libpanic_abort
Ed Schouten 91611fc3d0 Let libpanic_abort call into libc's abort() on CloudABI.
Ideally, we should make use of CloudABI's internal proc_raise(SIGABRT)
system call. POSIX abort() requires things like flushing of stdios,
which may not be what we want under panic conditions. Invoking the raw
CloudABI system call would have prevented that.

Unfortunately, we have to make use of the "cloudabi" crate to invoke raw
CloudABI system calls. This is undesired, as discussed in the pull
request (#47190).
2018-01-05 22:16:54 +01:00
..
Cargo.toml std: Don't build docs for misc facade crates 2016-12-30 10:00:33 -08:00
lib.rs Let libpanic_abort call into libc's abort() on CloudABI. 2018-01-05 22:16:54 +01:00