sigpipe_kill/
lib.rs

1pub fn std_rt_kill_on_broken_pipe() {
2    assert!(unsafe { libc::signal(libc::SIGPIPE, libc::SIG_IGN) } != libc::SIG_ERR);
3}