inherit_sigpipe/
lib.rs

1pub fn std_rt_inherit_broken_pipe() {
2    // Nothing to do since we want to inherit the SIGPIPE signal disposition.
3}