pub const SIG_IGN: u8 = 2;
Expand description

Change SIGPIPE to SIG_IGN so that failed writes results in EPIPE that are eventually converted to ErrorKind::BrokenPipe.