unsafe extern "C" fn bail(sig: c_int)Expand description
Give the terminal back, then die.
Installing a handler removed the default disposition, so returning would
resume a process the user asked to end; _exit rather than exit because
the latter runs atexit handlers that are not async-signal-safe, and 128+n is
the status a shell reports for a signal death.