s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
sig_pipe.c
Go to the documentation of this file.
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); }
sig_catch
void sig_catch()
sig.h
sig_pipedefault
void sig_pipedefault()
Definition:
sig_pipe.c:5
sig_pipeignore
void sig_pipeignore()
Definition:
sig_pipe.c:4
Generated on Sat Jan 12 2019 23:42:28 for s/qmail by
1.8.13