debian/rules: Use `git' potty wrapper.
[qmail] / sig_pipe.c
CommitLineData
2117e02e
MW
1#include <signal.h>
2#include "sig.h"
3
4void sig_pipeignore() { sig_catch(SIGPIPE,SIG_IGN); }
5void sig_pipedefault() { sig_catch(SIGPIPE,SIG_DFL); }