sigpipe
unsigned long sigpipe, flags;
sigpipe = sigismember(¤t->pending.signal, SIGPIPE);
if (wr == -EPIPE && !sigpipe) {
.sa_handler = sigpipe,