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