chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Upstream qmail 1.01
[qmail]
/
sig_pipe.c
1
#include <signal.h>
2
#include "sig.h"
3
4
void sig_pipeignore() { sig_catch(SIGPIPE,SIG_IGN); }
5
void sig_pipedefault() { sig_catch(SIGPIPE,SIG_DFL); }