ucspi-ssl
0.99e
TLS encryption for IPv6 communication
ucspi-ssl-0.99e
src
sig.c
Go to the documentation of this file.
1
/* Public domain. */
2
3
#include <signal.h>
4
#include "
sig.h
"
5
6
int
sig_alarm
= SIGALRM;
7
int
sig_child
= SIGCHLD;
8
int
sig_cont
= SIGCONT;
9
int
sig_hangup
= SIGHUP;
10
int
sig_int
= SIGINT;
11
int
sig_pipe
= SIGPIPE;
12
int
sig_term
= SIGTERM;
13
14
void (*
sig_defaulthandler
)() = SIG_DFL;
15
void (*
sig_ignorehandler
)() = SIG_IGN;
sig_ignorehandler
void(* sig_ignorehandler)()
Definition:
sig.c:15
sig_alarm
int sig_alarm
Definition:
sig.c:6
sig_child
int sig_child
Definition:
sig.c:7
sig.h
sig_term
int sig_term
Definition:
sig.c:12
sig_pipe
int sig_pipe
Definition:
sig.c:11
sig_hangup
int sig_hangup
Definition:
sig.c:9
sig_cont
int sig_cont
Definition:
sig.c:8
sig_int
int sig_int
Definition:
sig.c:10
sig_defaulthandler
void(* sig_defaulthandler)()
Definition:
sig.c:14
Generated on Wed Jul 11 2018 22:50:46 for ucspi-ssl by
1.8.13